3 writes to _asyncOp
PresentationFramework (3)
System\Windows\Documents\PageContent.cs (3)
146_asyncOp = new PageContentAsyncResult(new AsyncCallback(_RequestPageCallback), null, dispatcher, uriToLoad, uriToLoad, _child); 165_asyncOp = null; 520_asyncOp = null;
8 references to _asyncOp
PresentationFramework (8)
System\Windows\Documents\PageContent.cs (8)
90if (_asyncOp != null) 92_asyncOp.Wait(); 123if (_asyncOp != null) 147_asyncOp.DispatcherOperation = dispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(_asyncOp.Dispatch), null); 162if (_asyncOp != null) 164_asyncOp.Cancel(); 512if (par == _asyncOp && par.Result != null)