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)
244
if (
_asyncLoadOperation
!= null)
246
_asyncLoadOperation
.Abort();
361
if (
_asyncLoadOperation
!= null)
972
if (
_asyncLoadOperation
!= null)