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