1 instantiation of ScrollViewerAutomationPeer
PresentationFramework (1)
src\Framework\System\Windows\Controls\ScrollViewer.cs (1)
2491return new ScrollViewerAutomationPeer(this);
4 references to ScrollViewerAutomationPeer
PresentationFramework (4)
src\Framework\System\Windows\Automation\Peers\ScrollBarAutomationPeer.cs (2)
76ScrollViewerAutomationPeer svAP = UIElementAutomationPeer.FromElement(sv) as ScrollViewerAutomationPeer;
src\Framework\System\Windows\Controls\ScrollViewer.cs (2)
2462ScrollViewerAutomationPeer peer = UIElementAutomationPeer.FromElement(this) as ScrollViewerAutomationPeer;