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)
448
if (
_basePage
!= null)
450
return
_basePage
.HostedElements;
464
if (
_basePage
!= null)
466
return
_basePage
.GetRectangles(child);
479
if (
_basePage
!= null)
481
return
_basePage
.InputHitTest(point);
495
_basePage
?.OnChildDesiredSizeChanged(child);