3 references to ComputePageCountCompleted
PresentationCore (2)
Core\CSharp\System\Windows\Documents\DocumentPaginator.cs (2)
232
if (this.
ComputePageCountCompleted
!= null)
234
this.
ComputePageCountCompleted
(this, e);
PresentationFramework (1)
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
96
_originalPaginator.
ComputePageCountCompleted
+= new AsyncCompletedEventHandler(HandleComputePageCountCompleted);