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)
260
if (
_asyncLoadOperation
!= null)
262
_asyncLoadOperation
.Abort();
380
if (
_asyncLoadOperation
!= null)
1007
if (
_asyncLoadOperation
!= null)