1 instantiation of DocumentPageHost
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\DocumentPageView.cs (1)
358
_pageHost = new
DocumentPageHost
();
10 references to DocumentPageHost
PresentationFramework (10)
src\Framework\MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (1)
216
return VisualTreeHelper.GetChild(dpv, 0) as
DocumentPageHost
;
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (4)
1022
&& _attachedAnnotation.Parent is
DocumentPageHost
)
1257
_attachedAnnotation != null && _attachedAnnotation.Parent is
DocumentPageHost
);
1396
DocumentPageHost
host = target as
DocumentPageHost
;
src\Framework\MS\Internal\Documents\DocumentPageHost.cs (2)
59
DocumentPageHost
docPageHost = VisualTreeHelper.GetParent(pageVisualHost) as
DocumentPageHost
;
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
411
attachedAnnotations.Add(new AttachedAnnotation(_locatorManager, annotation, anchor, attachedAnchor, attachmentLevel, firstElement as
DocumentPageHost
));
src\Framework\System\Windows\Controls\Primitives\DocumentPageView.cs (2)
386
DocumentPageHost
.DisconnectPageVisual(pageVisual);
1015
private
DocumentPageHost
_pageHost;