3 writes to _postedOp
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
4326_postedOp = Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(this.Dispatch), null); 4336_postedOp = null; 4357_postedOp = null;
3 references to _postedOp
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
4319return _postedOp != null; 4325Debug.Assert(_postedOp == null); 4335_postedOp?.Abort();