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)
460
if (
_basePage
!= null)
462
return
_basePage
.HostedElements;
476
if (
_basePage
!= null)
478
return
_basePage
.GetRectangles(child);
491
if (
_basePage
!= null)
493
return
_basePage
.InputHitTest(point);
507
if (
_basePage
!= null)
509
_basePage
.OnChildDesiredSizeChanged(child);