3 writes to _asyncOp
PresentationFramework (3)
System\Windows\Documents\PageContent.cs (3)
129
_asyncOp
= new PageContentAsyncResult(new AsyncCallback(_RequestPageCallback), null, dispatcher, uriToLoad, uriToLoad, _child);
148
_asyncOp
= null;
503
_asyncOp
= null;
7 references to _asyncOp
PresentationFramework (7)
System\Windows\Documents\PageContent.cs (7)
76
_asyncOp
?.Wait();
106
if (
_asyncOp
!= null)
130
_asyncOp
.DispatcherOperation = dispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(
_asyncOp
.Dispatch), null);
145
if (
_asyncOp
!= null)
147
_asyncOp
.Cancel();
495
if (par ==
_asyncOp
&& par.Result != null)