3 writes to _postedOp
PresentationFramework (3)
src\Framework\System\Windows\Navigation\NavigationService.cs (3)
4689_postedOp = Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(this.Dispatch), null); 4701_postedOp = null; 4723_postedOp = null;
3 references to _postedOp
PresentationFramework (3)
src\Framework\System\Windows\Navigation\NavigationService.cs (3)
4688Debug.Assert(_postedOp == null); 4698if (_postedOp != null) 4700_postedOp.Abort();