1 instantiation of FlowDocumentScrollViewerAutomationPeer
PresentationFramework (1)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
761
return new
FlowDocumentScrollViewerAutomationPeer
(this);
2 references to FlowDocumentScrollViewerAutomationPeer
PresentationFramework (2)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1278
FlowDocumentScrollViewerAutomationPeer
peer = UIElementAutomationPeer.FromElement(this) as
FlowDocumentScrollViewerAutomationPeer
;