3 writes to _postedOp
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
4344
_postedOp
= Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(this.Dispatch), null);
4356
_postedOp
= null;
4378
_postedOp
= null;
4 references to _postedOp
PresentationFramework (4)
System\Windows\Navigation\NavigationService.cs (4)
4337
return
_postedOp
!= null;
4343
Debug.Assert(
_postedOp
== null);
4353
if (
_postedOp
!= null)
4355
_postedOp
.Abort();