1 write to _asyncOperation
System.Windows.Extensions (1)
System\Media\SoundPlayer.cs (1)
161
_asyncOperation
= AsyncOperationManager.CreateOperation(null);
2 references to _asyncOperation
System.Windows.Extensions (2)
System\Media\SoundPlayer.cs (2)
534
Debug.Assert(
_asyncOperation
!= null);
535
_asyncOperation
.PostOperationCompleted(_loadAsyncOperationCompleted, ea);