12 references to CtrlTypePatterns
UIAutomationClientsideProviders (12)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (12)
1334new CtrlTypePatterns(ControlType.Button, InvokePattern.Pattern), 1335new CtrlTypePatterns(ControlType.CheckBox, TogglePattern.Pattern), 1336new CtrlTypePatterns(ControlType.ComboBox, ValuePattern.Pattern), 1337new CtrlTypePatterns(ControlType.Document, TextPattern.Pattern), 1338new CtrlTypePatterns(ControlType.Edit, ValuePattern.Pattern), 1339new CtrlTypePatterns(ControlType.Hyperlink, InvokePattern.Pattern), 1340new CtrlTypePatterns(ControlType.List, SelectionPattern.Pattern), 1341new CtrlTypePatterns(ControlType.ListItem, SelectionItemPattern.Pattern), 1342new CtrlTypePatterns(ControlType.MenuItem, InvokePattern.Pattern), 1343new CtrlTypePatterns(ControlType.ProgressBar, ValuePattern.Pattern), 1344new CtrlTypePatterns(ControlType.RadioButton, SelectionItemPattern.Pattern), 1347new CtrlTypePatterns(ControlType.SplitButton, InvokePattern.Pattern)