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; 741_asyncLoadOperation = null;
3 references to _asyncLoadOperation
PresentationFramework (3)
System\Windows\Annotations\AnnotationService.cs (3)
230_asyncLoadOperation?.Abort(); 344if (_asyncLoadOperation != null) 951if (_asyncLoadOperation != null)