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