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