3 writes to _asyncOp
PresentationFramework (3)
src\Framework\System\Windows\Documents\PageContent.cs (3)
151_asyncOp = new PageContentAsyncResult(new AsyncCallback(_RequestPageCallback), null, dispatcher, uriToLoad, uriToLoad, _child); 170_asyncOp = null; 536_asyncOp = null;
8 references to _asyncOp
PresentationFramework (8)
src\Framework\System\Windows\Documents\PageContent.cs (8)
95if (_asyncOp != null) 97_asyncOp.Wait(); 128if (_asyncOp != null) 152_asyncOp.DispatcherOperation = dispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(_asyncOp.Dispatch), null); 167if (_asyncOp != null) 169_asyncOp.Cancel(); 528if (par == _asyncOp && par.Result != null)