12 instantiations of CtrlTypePatterns
UIAutomationClientSideProviders (12)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (12)
1305
new
CtrlTypePatterns
(ControlType.Button, InvokePattern.Pattern),
1306
new
CtrlTypePatterns
(ControlType.CheckBox, TogglePattern.Pattern),
1307
new
CtrlTypePatterns
(ControlType.ComboBox, ValuePattern.Pattern),
1308
new
CtrlTypePatterns
(ControlType.Document, TextPattern.Pattern),
1309
new
CtrlTypePatterns
(ControlType.Edit, ValuePattern.Pattern),
1310
new
CtrlTypePatterns
(ControlType.Hyperlink, InvokePattern.Pattern),
1311
new
CtrlTypePatterns
(ControlType.List, SelectionPattern.Pattern),
1312
new
CtrlTypePatterns
(ControlType.ListItem, SelectionItemPattern.Pattern),
1313
new
CtrlTypePatterns
(ControlType.MenuItem, InvokePattern.Pattern),
1314
new
CtrlTypePatterns
(ControlType.ProgressBar, ValuePattern.Pattern),
1315
new
CtrlTypePatterns
(ControlType.RadioButton, SelectionItemPattern.Pattern),
1318
new
CtrlTypePatterns
(ControlType.SplitButton, InvokePattern.Pattern)
2 references to CtrlTypePatterns
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (2)
835
foreach (
CtrlTypePatterns
entry in _patternsMap)
1302
private static
CtrlTypePatterns
[] _patternsMap =