1 instantiation of PageContentAsyncResult
PresentationFramework (1)
src\Framework\System\Windows\Documents\PageContent.cs (1)
151_asyncOp = new PageContentAsyncResult(new AsyncCallback(_RequestPageCallback), null, dispatcher, uriToLoad, uriToLoad, _child);
3 references to PageContentAsyncResult
PresentationFramework (3)
src\Framework\System\Windows\Documents\PageContent.cs (3)
527PageContentAsyncResult par = (PageContentAsyncResult)ar; 659private PageContentAsyncResult _asyncOp;