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