3 writes to _postedOp
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
4345_postedOp = Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(this.Dispatch), null); 4357_postedOp = null; 4379_postedOp = null;
4 references to _postedOp
PresentationFramework (4)
System\Windows\Navigation\NavigationService.cs (4)
4338return _postedOp != null; 4344Debug.Assert(_postedOp == null); 4354if (_postedOp != null) 4356_postedOp.Abort();