3 writes to _postedOp
PresentationFramework (3)
src\Framework\System\Windows\Navigation\NavigationService.cs (3)
4689
_postedOp
= Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(this.Dispatch), null);
4701
_postedOp
= null;
4723
_postedOp
= null;
3 references to _postedOp
PresentationFramework (3)
src\Framework\System\Windows\Navigation\NavigationService.cs (3)
4688
Debug.Assert(
_postedOp
== null);
4698
if (
_postedOp
!= null)
4700
_postedOp
.Abort();