3 writes to _asyncOp
PresentationFramework (3)
System\Windows\Documents\PageContent.cs (3)
132_asyncOp = new PageContentAsyncResult(new AsyncCallback(_RequestPageCallback), null, dispatcher, uriToLoad, uriToLoad, _child); 151_asyncOp = null; 506_asyncOp = null;
8 references to _asyncOp
PresentationFramework (8)
System\Windows\Documents\PageContent.cs (8)
76if (_asyncOp != null) 78_asyncOp.Wait(); 109if (_asyncOp != null) 133_asyncOp.DispatcherOperation = dispatcher.BeginInvoke(DispatcherPriority.Normal, new DispatcherOperationCallback(_asyncOp.Dispatch), null); 148if (_asyncOp != null) 150_asyncOp.Cancel(); 498if (par == _asyncOp && par.Result != null)