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