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