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)
230
if (
_asyncLoadOperation
!= null)
232
_asyncLoadOperation
.Abort();
347
if (
_asyncLoadOperation
!= null)
954
if (
_asyncLoadOperation
!= null)