3 writes to _postedOp
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
4344_postedOp = Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(this.Dispatch), null); 4356_postedOp = null; 4378_postedOp = null;
4 references to _postedOp
PresentationFramework (4)
System\Windows\Navigation\NavigationService.cs (4)
4337return _postedOp != null; 4343Debug.Assert(_postedOp == null); 4353if (_postedOp != null) 4355_postedOp.Abort();