3 writes to _asyncOp
PresentationFramework (3)
System\Windows\Documents\PageContent.cs (3)
132
_asyncOp
= new PageContentAsyncResult(new AsyncCallback(_RequestPageCallback), null, dispatcher, uriToLoad, uriToLoad, _child);
151
_asyncOp
= null;
506
_asyncOp
= null;
8 references to _asyncOp
PresentationFramework (8)
System\Windows\Documents\PageContent.cs (8)
76
if (
_asyncOp
!= null)
78
_asyncOp
.Wait();
109
if (
_asyncOp
!= null)
133
_asyncOp
.DispatcherOperation = dispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(
_asyncOp
.Dispatch), null);
148
if (
_asyncOp
!= null)
150
_asyncOp
.Cancel();
498
if (par ==
_asyncOp
&& par.Result != null)