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