3 writes to _asyncLoadOperation
PresentationFramework (3)
System\Windows\Annotations\AnnotationService.cs (3)
174
_asyncLoadOperation
= _root.Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(LoadAnnotationsAsync), this);
234
_asyncLoadOperation
= null;
745
_asyncLoadOperation
= null;
4 references to _asyncLoadOperation
PresentationFramework (4)
System\Windows\Annotations\AnnotationService.cs (4)
231
if (
_asyncLoadOperation
!= null)
233
_asyncLoadOperation
.Abort();
348
if (
_asyncLoadOperation
!= null)
955
if (
_asyncLoadOperation
!= null)