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