4 references to List
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsComboBox.cs (3)
211
if (child._item == (int) ComboChildren.
List
&& !IsSimpleCombo ())
662
return new WindowsListBox(cbInfo.hwndList, this, (int)ComboChildren.
List
, true);
670
return new WindowsListBox(hwndList, this, (int)ComboChildren.
List
, true);
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
86
item = (int)WindowsComboBox.ComboChildren.
List
;