3 references to ComputePageCountCompleted
PresentationCore (2)
System\Windows\Documents\DocumentPaginator.cs (2)
228
if (this.
ComputePageCountCompleted
!= null)
230
this.
ComputePageCountCompleted
(this, e);
PresentationFramework (1)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
80
_originalPaginator.
ComputePageCountCompleted
+= new AsyncCompletedEventHandler(HandleComputePageCountCompleted);