14 references to Scroll
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2385
s_patternInfo[ScrollPatternIdentifiers.Pattern.Id] = new PatternInfo(ScrollPatternIdentifiers.Pattern.Id, new WrapObject(ScrollProviderWrapper.Wrap), PatternInterface.
Scroll
);
PresentationFramework (10)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
64
else if (pattern == PatternInterface.
Scroll
&& !owner.IsDropDownOpen)
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
93
case PatternInterface.
Scroll
:
System\Windows\Automation\Peers\DocumentViewerAutomationPeer.cs (1)
52
if (patternInterface == PatternInterface.
Scroll
)
System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (1)
39
if (patternInterface == PatternInterface.
Scroll
)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
38
if(patternInterface == PatternInterface.
Scroll
)
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
80
else if (patternInterface == PatternInterface.
Scroll
)
System\Windows\Automation\Peers\RichTextBoxAutomationPeer.cs (1)
61
if (patternInterface == PatternInterface.
Scroll
)
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (1)
59
if (patternInterface == PatternInterface.
Scroll
)
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
61
if (patternInterface == PatternInterface.
Scroll
)
System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (1)
49
else if(patternInterface == PatternInterface.
Scroll
)
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Automation\Peers\RibbonAutomationPeer.cs (1)
66
if (patternInterface == PatternInterface.
Scroll
)
Microsoft\Windows\Automation\Peers\RibbonContextualTabGroupItemsControlAutomationPeer.cs (1)
46
if (patternInterface == PatternInterface.
Scroll
)
Microsoft\Windows\Automation\Peers\RibbonGroupAutomationPeer.cs (1)
76
if (patternInterface == PatternInterface.
Scroll
)