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