3 writes to _asyncLoadOperation
PresentationFramework (3)
System\Windows\Annotations\AnnotationService.cs (3)
173_asyncLoadOperation = _root.Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(LoadAnnotationsAsync), this); 233_asyncLoadOperation = null; 744_asyncLoadOperation = null;
4 references to _asyncLoadOperation
PresentationFramework (4)
System\Windows\Annotations\AnnotationService.cs (4)
230if (_asyncLoadOperation != null) 232_asyncLoadOperation.Abort(); 347if (_asyncLoadOperation != null) 954if (_asyncLoadOperation != null)