3 writes to _postedOp
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
4339
_postedOp
= Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(this.Dispatch), null);
4349
_postedOp
= null;
4370
_postedOp
= null;
2 references to _postedOp
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
4338
Debug.Assert(
_postedOp
== null);
4348
_postedOp
?.Abort();