1 instantiation of DocumentPageHost
PresentationFramework (1)
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
356
_pageHost = new
DocumentPageHost
();
10 references to DocumentPageHost
PresentationFramework (10)
MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (1)
210
return VisualTreeHelper.GetChild(dpv, 0) as
DocumentPageHost
;
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (4)
1006
&& _attachedAnnotation.Parent is
DocumentPageHost
)
1242
_attachedAnnotation != null && _attachedAnnotation.Parent is
DocumentPageHost
);
1381
DocumentPageHost
host = target as
DocumentPageHost
;
MS\Internal\Documents\DocumentPageHost.cs (2)
58
DocumentPageHost
docPageHost = VisualTreeHelper.GetParent(pageVisualHost) as
DocumentPageHost
;
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
400
attachedAnnotations.Add(new AttachedAnnotation(_locatorManager, annotation, anchor, attachedAnchor, attachmentLevel, firstElement as
DocumentPageHost
));
System\Windows\Controls\Primitives\DocumentPageView.cs (2)
384
DocumentPageHost
.DisconnectPageVisual(pageVisual);
1005
private
DocumentPageHost
_pageHost;