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)
216return 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); 1396DocumentPageHost host = target as DocumentPageHost;
src\Framework\MS\Internal\Documents\DocumentPageHost.cs (2)
59DocumentPageHost docPageHost = VisualTreeHelper.GetParent(pageVisualHost) as DocumentPageHost;
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
411attachedAnnotations.Add(new AttachedAnnotation(_locatorManager, annotation, anchor, attachedAnchor, attachmentLevel, firstElement as DocumentPageHost));
src\Framework\System\Windows\Controls\Primitives\DocumentPageView.cs (2)
386DocumentPageHost.DisconnectPageVisual(pageVisual); 1015private DocumentPageHost _pageHost;