3 writes to _asyncLoadOperation
PresentationFramework (3)
System\Windows\Annotations\AnnotationService.cs (3)
173_asyncLoadOperation = _root.Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(LoadAnnotationsAsync), this); 231_asyncLoadOperation = null; 738_asyncLoadOperation = null;
3 references to _asyncLoadOperation
PresentationFramework (3)
System\Windows\Annotations\AnnotationService.cs (3)
230_asyncLoadOperation?.Abort(); 341if (_asyncLoadOperation != null) 944if (_asyncLoadOperation != null)