1 instantiation of DocumentPageHost
PresentationFramework (1)
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
355
_pageHost = new
DocumentPageHost
();
10 references to DocumentPageHost
PresentationFramework (10)
MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (1)
200
return VisualTreeHelper.GetChild(dpv, 0) as
DocumentPageHost
;
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (4)
995
&& _attachedAnnotation.Parent is
DocumentPageHost
)
1231
_attachedAnnotation != null && _attachedAnnotation.Parent is
DocumentPageHost
);
1370
DocumentPageHost
host = target as
DocumentPageHost
;
MS\Internal\Documents\DocumentPageHost.cs (2)
56
DocumentPageHost
docPageHost = VisualTreeHelper.GetParent(pageVisualHost) as
DocumentPageHost
;
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
398
attachedAnnotations.Add(new AttachedAnnotation(_locatorManager, annotation, anchor, attachedAnchor, attachmentLevel, firstElement as
DocumentPageHost
));
System\Windows\Controls\Primitives\DocumentPageView.cs (2)
383
DocumentPageHost
.DisconnectPageVisual(pageVisual);
998
private
DocumentPageHost
_pageHost;