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