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)
210return 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); 1381DocumentPageHost host = target as DocumentPageHost;
MS\Internal\Documents\DocumentPageHost.cs (2)
58DocumentPageHost docPageHost = VisualTreeHelper.GetParent(pageVisualHost) as DocumentPageHost;
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
400attachedAnnotations.Add(new AttachedAnnotation(_locatorManager, annotation, anchor, attachedAnchor, attachmentLevel, firstElement as DocumentPageHost));
System\Windows\Controls\Primitives\DocumentPageView.cs (2)
384DocumentPageHost.DisconnectPageVisual(pageVisual); 1005private DocumentPageHost _pageHost;