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