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