3 writes to _postedOp
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
4335_postedOp = Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(this.Dispatch), null); 4345_postedOp = null; 4366_postedOp = null;
3 references to _postedOp
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
4328return _postedOp != null; 4334Debug.Assert(_postedOp == null); 4344_postedOp?.Abort();