3 writes to _postedOp
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
4413
_postedOp
= Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(this.Dispatch), null);
4425
_postedOp
= null;
4447
_postedOp
= null;
4 references to _postedOp
PresentationFramework (4)
System\Windows\Navigation\NavigationService.cs (4)
4406
return
_postedOp
!= null;
4412
Debug.Assert(
_postedOp
== null);
4422
if (
_postedOp
!= null)
4424
_postedOp
.Abort();