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