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)
447
if (
_basePage
!= null)
449
return
_basePage
.HostedElements;
463
if (
_basePage
!= null)
465
return
_basePage
.GetRectangles(child);
478
if (
_basePage
!= null)
480
return
_basePage
.InputHitTest(point);
494
_basePage
?.OnChildDesiredSizeChanged(child);