1 write to _basePage
PresentationFramework (1)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
438_basePage = basePage as IContentHost;
7 references to _basePage
PresentationFramework (7)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (7)
448if (_basePage != null) 450return _basePage.HostedElements; 464if (_basePage != null) 466return _basePage.GetRectangles(child); 479if (_basePage != null) 481return _basePage.InputHitTest(point); 495_basePage?.OnChildDesiredSizeChanged(child);