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