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