12 instantiations of CtrlTypePatterns
UIAutomationClientsideProviders (12)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (12)
1334
new
CtrlTypePatterns
(ControlType.Button, InvokePattern.Pattern),
1335
new
CtrlTypePatterns
(ControlType.CheckBox, TogglePattern.Pattern),
1336
new
CtrlTypePatterns
(ControlType.ComboBox, ValuePattern.Pattern),
1337
new
CtrlTypePatterns
(ControlType.Document, TextPattern.Pattern),
1338
new
CtrlTypePatterns
(ControlType.Edit, ValuePattern.Pattern),
1339
new
CtrlTypePatterns
(ControlType.Hyperlink, InvokePattern.Pattern),
1340
new
CtrlTypePatterns
(ControlType.List, SelectionPattern.Pattern),
1341
new
CtrlTypePatterns
(ControlType.ListItem, SelectionItemPattern.Pattern),
1342
new
CtrlTypePatterns
(ControlType.MenuItem, InvokePattern.Pattern),
1343
new
CtrlTypePatterns
(ControlType.ProgressBar, ValuePattern.Pattern),
1344
new
CtrlTypePatterns
(ControlType.RadioButton, SelectionItemPattern.Pattern),
1347
new
CtrlTypePatterns
(ControlType.SplitButton, InvokePattern.Pattern)
2 references to CtrlTypePatterns
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (2)
857
foreach (
CtrlTypePatterns
entry in _patternsMap)
1331
private static
CtrlTypePatterns
[] _patternsMap =