1 instantiation of FlowDocumentReaderAutomationPeer
PresentationFramework (1)
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (1)
774
return new
FlowDocumentReaderAutomationPeer
(this);
6 references to FlowDocumentReaderAutomationPeer
PresentationFramework (6)
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (6)
1078
FlowDocumentReaderAutomationPeer
peer = UIElementAutomationPeer.FromElement(this) as
FlowDocumentReaderAutomationPeer
;
1658
FlowDocumentReaderAutomationPeer
peer = UIElementAutomationPeer.FromElement(viewer) as
FlowDocumentReaderAutomationPeer
;
1699
FlowDocumentReaderAutomationPeer
peer = UIElementAutomationPeer.FromElement(viewer) as
FlowDocumentReaderAutomationPeer
;