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();
344
if (
_asyncLoadOperation
!= null)
951
if (
_asyncLoadOperation
!= null)