10 references to Scroll
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
2297s_patternInfo[ScrollPatternIdentifiers.Pattern.Id] = new PatternInfo(ScrollPatternIdentifiers.Pattern.Id, new WrapObject(ScrollProviderWrapper.Wrap), PatternInterface.Scroll);
PresentationFramework (9)
src\Framework\System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
92case PatternInterface.Scroll:
src\Framework\System\Windows\Automation\Peers\DocumentViewerAutomationPeer.cs (1)
49if (patternInterface == PatternInterface.Scroll)
src\Framework\System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (1)
40if (patternInterface == PatternInterface.Scroll)
src\Framework\System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
35if(patternInterface == PatternInterface.Scroll)
src\Framework\System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
81else if (patternInterface == PatternInterface.Scroll)
src\Framework\System\Windows\Automation\Peers\RichTextBoxAutomationPeer.cs (1)
57if (patternInterface == PatternInterface.Scroll)
src\Framework\System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (1)
56if (patternInterface == PatternInterface.Scroll)
src\Framework\System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
57if (patternInterface == PatternInterface.Scroll)
src\Framework\System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (1)
46else if(patternInterface == PatternInterface.Scroll)