4 references to Result
PresentationFramework (4)
src\Framework\System\Windows\Documents\PageContent.cs (4)
528if (par == _asyncOp && par.Result != null) 531LogicalTreeHelper.AddLogicalChild(this, par.Result); 532_pageRef = new WeakReference(par.Result); 537_NotifyPageCompleted(par.Result, par.Exception, par.IsCancelled, par.AsyncState);