2 types derived from DocumentViewerBaseAutomationPeer
PresentationFramework (2)
src\Framework\System\Windows\Automation\Peers\DocumentViewerAutomationPeer.cs (1)
22public class DocumentViewerAutomationPeer : DocumentViewerBaseAutomationPeer
src\Framework\System\Windows\Automation\Peers\FlowDocumentPageViewerAutomationPeer.cs (1)
20public class FlowDocumentPageViewerAutomationPeer : DocumentViewerBaseAutomationPeer
1 instantiation of DocumentViewerBaseAutomationPeer
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
395return new DocumentViewerBaseAutomationPeer(this);
2 references to DocumentViewerBaseAutomationPeer
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1432DocumentViewerBaseAutomationPeer peer = UIElementAutomationPeer.FromElement(this) as DocumentViewerBaseAutomationPeer;