3 writes to _postedOp
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
4339_postedOp = Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(this.Dispatch), null); 4349_postedOp = null; 4370_postedOp = null;
3 references to _postedOp
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
4332return _postedOp != null; 4338Debug.Assert(_postedOp == null); 4348_postedOp?.Abort();