3 writes to _postedOp
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
4415_postedOp = Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(this.Dispatch), null); 4427_postedOp = null; 4449_postedOp = null;
4 references to _postedOp
PresentationFramework (4)
System\Windows\Navigation\NavigationService.cs (4)
4408return _postedOp != null; 4414Debug.Assert(_postedOp == null); 4424if (_postedOp != null) 4426_postedOp.Abort();