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