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