3 writes to _postedOp
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
4335
_postedOp
= Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(this.Dispatch), null);
4345
_postedOp
= null;
4366
_postedOp
= null;
3 references to _postedOp
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
4328
return
_postedOp
!= null;
4334
Debug.Assert(
_postedOp
== null);
4344
_postedOp
?.Abort();