3 writes to _asyncOp
PresentationFramework (3)
System\Windows\Documents\PageContent.cs (3)
128
_asyncOp
= new PageContentAsyncResult(new AsyncCallback(_RequestPageCallback), null, dispatcher, uriToLoad, uriToLoad, _child);
145
_asyncOp
= null;
499
_asyncOp
= null;
6 references to _asyncOp
PresentationFramework (6)
System\Windows\Documents\PageContent.cs (6)
75
_asyncOp
?.Wait();
105
if (
_asyncOp
!= null)
129
_asyncOp
.DispatcherOperation = dispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(
_asyncOp
.Dispatch), null);
144
_asyncOp
?.Cancel();
491
if (par ==
_asyncOp
&& par.Result != null)