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