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