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