3 writes to _asyncOp
PresentationFramework (3)
src\Framework\System\Windows\Documents\PageContent.cs (3)
151
_asyncOp
= new PageContentAsyncResult(new AsyncCallback(_RequestPageCallback), null, dispatcher, uriToLoad, uriToLoad, _child);
170
_asyncOp
= null;
536
_asyncOp
= null;
8 references to _asyncOp
PresentationFramework (8)
src\Framework\System\Windows\Documents\PageContent.cs (8)
95
if (
_asyncOp
!= null)
97
_asyncOp
.Wait();
128
if (
_asyncOp
!= null)
152
_asyncOp
.DispatcherOperation = dispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(
_asyncOp
.Dispatch), null);
167
if (
_asyncOp
!= null)
169
_asyncOp
.Cancel();
528
if (par ==
_asyncOp
&& par.Result != null)