3 writes to _asyncLoadOperation
PresentationFramework (3)
src\Framework\System\Windows\Annotations\AnnotationService.cs (3)
203_asyncLoadOperation = _root.Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(LoadAnnotationsAsync), this); 263_asyncLoadOperation = null; 794_asyncLoadOperation = null;
4 references to _asyncLoadOperation
PresentationFramework (4)
src\Framework\System\Windows\Annotations\AnnotationService.cs (4)
260if (_asyncLoadOperation != null) 262_asyncLoadOperation.Abort(); 380if (_asyncLoadOperation != null) 1007if (_asyncLoadOperation != null)