10 references to Scroll
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
2297
s_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)
92
case PatternInterface.
Scroll
:
src\Framework\System\Windows\Automation\Peers\DocumentViewerAutomationPeer.cs (1)
49
if (patternInterface == PatternInterface.
Scroll
)
src\Framework\System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (1)
40
if (patternInterface == PatternInterface.
Scroll
)
src\Framework\System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
35
if(patternInterface == PatternInterface.
Scroll
)
src\Framework\System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
81
else if (patternInterface == PatternInterface.
Scroll
)
src\Framework\System\Windows\Automation\Peers\RichTextBoxAutomationPeer.cs (1)
57
if (patternInterface == PatternInterface.
Scroll
)
src\Framework\System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (1)
56
if (patternInterface == PatternInterface.
Scroll
)
src\Framework\System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
57
if (patternInterface == PatternInterface.
Scroll
)
src\Framework\System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (1)
46
else if(patternInterface == PatternInterface.
Scroll
)