14 references to Scroll
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2369
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)
51
else if (pattern == PatternInterface.
Scroll
&& !owner.IsDropDownOpen)
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
87
case PatternInterface.
Scroll
:
System\Windows\Automation\Peers\DocumentViewerAutomationPeer.cs (1)
39
if (patternInterface == PatternInterface.
Scroll
)
System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (1)
37
if (patternInterface == PatternInterface.
Scroll
)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
25
if(patternInterface == PatternInterface.
Scroll
)
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
67
else if (patternInterface == PatternInterface.
Scroll
)
System\Windows\Automation\Peers\RichTextBoxAutomationPeer.cs (1)
49
if (patternInterface == PatternInterface.
Scroll
)
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (1)
50
if (patternInterface == PatternInterface.
Scroll
)
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
49
if (patternInterface == PatternInterface.
Scroll
)
System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (1)
35
else if(patternInterface == PatternInterface.
Scroll
)
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Automation\Peers\RibbonAutomationPeer.cs (1)
60
if (patternInterface == PatternInterface.
Scroll
)
Microsoft\Windows\Automation\Peers\RibbonContextualTabGroupItemsControlAutomationPeer.cs (1)
42
if (patternInterface == PatternInterface.
Scroll
)
Microsoft\Windows\Automation\Peers\RibbonGroupAutomationPeer.cs (1)
70
if (patternInterface == PatternInterface.
Scroll
)