xxxxxxxxxx
<busyindicator:BusyMask x:Name="BusyIndicator" IsBusy="False" IndicatorType="Dashes" BusyContent="Please wait..." FocusAfterBusy="{Binding ElementName = MyTextBox}" >
< main view goes here >
</busyindicator:BusyMask>
xxxxxxxxxx
<busyindicator:BusyMask x:Name="BusyIndicator" IsBusy="False" IndicatorType="Dashes" BusyContent="Please wait..." >
< main view goes here >
</busyIndicator:BusyMask>