1 instantiation of PageContentAsyncResult
PresentationFramework (1)
System\Windows\Documents\PageContent.cs (1)
129
_asyncOp = new
PageContentAsyncResult
(new AsyncCallback(_RequestPageCallback), null, dispatcher, baseUri, uriToLoad, _child);
3 references to PageContentAsyncResult
PresentationFramework (3)
System\Windows\Documents\PageContent.cs (3)
496
PageContentAsyncResult
par = (
PageContentAsyncResult
)ar;
635
private
PageContentAsyncResult
_asyncOp;