1 write to _basePage
PresentationFramework (1)
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
450_basePage = basePage as IContentHost;
8 references to _basePage
PresentationFramework (8)
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (8)
460if (_basePage != null) 462return _basePage.HostedElements; 476if (_basePage != null) 478return _basePage.GetRectangles(child); 491if (_basePage != null) 493return _basePage.InputHitTest(point); 507if (_basePage != null) 509_basePage.OnChildDesiredSizeChanged(child);