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(); 106if (_asyncOp != null) 130_asyncOp.DispatcherOperation = dispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(_asyncOp.Dispatch), null); 145if (_asyncOp != null) 147_asyncOp.Cancel(); 495if (par == _asyncOp && par.Result != null)