3 writes to _postedOp
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
4404_postedOp = Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(this.Dispatch), null); 4416_postedOp = null; 4438_postedOp = null;
4 references to _postedOp
PresentationFramework (4)
System\Windows\Navigation\NavigationService.cs (4)
4397return _postedOp != null; 4403Debug.Assert(_postedOp == null); 4413if (_postedOp != null) 4415_postedOp.Abort();