1 write to _basePage
PresentationFramework (1)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
437_basePage = basePage as IContentHost;
7 references to _basePage
PresentationFramework (7)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (7)
447if (_basePage != null) 449return _basePage.HostedElements; 463if (_basePage != null) 465return _basePage.GetRectangles(child); 478if (_basePage != null) 480return _basePage.InputHitTest(point); 494_basePage?.OnChildDesiredSizeChanged(child);