14 references to Scroll
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2372
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)
52
else if (pattern == PatternInterface.
Scroll
&& !owner.IsDropDownOpen)
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
88
case PatternInterface.
Scroll
:
System\Windows\Automation\Peers\DocumentViewerAutomationPeer.cs (1)
40
if (patternInterface == PatternInterface.
Scroll
)
System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (1)
38
if (patternInterface == PatternInterface.
Scroll
)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
26
if(patternInterface == PatternInterface.
Scroll
)
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
68
else if (patternInterface == PatternInterface.
Scroll
)
System\Windows\Automation\Peers\RichTextBoxAutomationPeer.cs (1)
50
if (patternInterface == PatternInterface.
Scroll
)
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (1)
51
if (patternInterface == PatternInterface.
Scroll
)
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
50
if (patternInterface == PatternInterface.
Scroll
)
System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (1)
36
else if(patternInterface == PatternInterface.
Scroll
)
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Automation\Peers\RibbonAutomationPeer.cs (1)
61
if (patternInterface == PatternInterface.
Scroll
)
Microsoft\Windows\Automation\Peers\RibbonContextualTabGroupItemsControlAutomationPeer.cs (1)
43
if (patternInterface == PatternInterface.
Scroll
)
Microsoft\Windows\Automation\Peers\RibbonGroupAutomationPeer.cs (1)
71
if (patternInterface == PatternInterface.
Scroll
)