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