2 types derived from DocumentViewerBaseAutomationPeer
PresentationFramework (2)
System\Windows\Automation\Peers\DocumentViewerAutomationPeer.cs (1)
25public class DocumentViewerAutomationPeer : DocumentViewerBaseAutomationPeer
System\Windows\Automation\Peers\FlowDocumentPageViewerAutomationPeer.cs (1)
18public class FlowDocumentPageViewerAutomationPeer : DocumentViewerBaseAutomationPeer
1 instantiation of DocumentViewerBaseAutomationPeer
PresentationFramework (1)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
386return new DocumentViewerBaseAutomationPeer(this);
2 references to DocumentViewerBaseAutomationPeer
PresentationFramework (2)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1420DocumentViewerBaseAutomationPeer peer = UIElementAutomationPeer.FromElement(this) as DocumentViewerBaseAutomationPeer;