3 writes to _postedOp
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
4413_postedOp = Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(this.Dispatch), null); 4425_postedOp = null; 4447_postedOp = null;
4 references to _postedOp
PresentationFramework (4)
System\Windows\Navigation\NavigationService.cs (4)
4406return _postedOp != null; 4412Debug.Assert(_postedOp == null); 4422if (_postedOp != null) 4424_postedOp.Abort();