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