1 write to _basePage
PresentationFramework (1)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
439
_basePage
= basePage as IContentHost;
8 references to _basePage
PresentationFramework (8)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (8)
449
if (
_basePage
!= null)
451
return
_basePage
.HostedElements;
465
if (
_basePage
!= null)
467
return
_basePage
.GetRectangles(child);
480
if (
_basePage
!= null)
482
return
_basePage
.InputHitTest(point);
496
if (
_basePage
!= null)
498
_basePage
.OnChildDesiredSizeChanged(child);