3 writes to _asyncLoadOperation
PresentationFramework (3)
System\Windows\Annotations\AnnotationService.cs (3)
174_asyncLoadOperation = _root.Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(LoadAnnotationsAsync), this); 234_asyncLoadOperation = null; 745_asyncLoadOperation = null;
4 references to _asyncLoadOperation
PresentationFramework (4)
System\Windows\Annotations\AnnotationService.cs (4)
231if (_asyncLoadOperation != null) 233_asyncLoadOperation.Abort(); 348if (_asyncLoadOperation != null) 955if (_asyncLoadOperation != null)