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