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