4 references to Result
PresentationFramework (4)
System\Windows\Documents\PageContent.cs (4)
498if (par == _asyncOp && par.Result != null) 501LogicalTreeHelper.AddLogicalChild(this, par.Result); 502_pageRef = new WeakReference(par.Result); 507_NotifyPageCompleted(par.Result, par.Exception, par.IsCancelled, par.AsyncState);