3 writes to _asyncLoadOperation
PresentationFramework (3)
System\Windows\Annotations\AnnotationService.cs (3)
187_asyncLoadOperation = _root.Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(LoadAnnotationsAsync), this); 247_asyncLoadOperation = null; 762_asyncLoadOperation = null;
4 references to _asyncLoadOperation
PresentationFramework (4)
System\Windows\Annotations\AnnotationService.cs (4)
244if (_asyncLoadOperation != null) 246_asyncLoadOperation.Abort(); 361if (_asyncLoadOperation != null) 972if (_asyncLoadOperation != null)