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