7 references to ComboChildren
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsComboBox.cs (6)
206
if (child._item == (int)
ComboChildren
.List && !IsSimpleCombo ())
219
if (child._item == (int)
ComboChildren
.Button)
258
return new WindowsComboButton(_hwnd, this, (int)
ComboChildren
.Button);
641
return new WindowsComboButton (_hwnd, this, (int)
ComboChildren
.Button);
653
return new WindowsListBox(cbInfo.hwndList, this, (int)
ComboChildren
.List, true);
661
return new WindowsListBox(hwndList, this, (int)
ComboChildren
.List, true);
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
81
item = (int)WindowsComboBox.
ComboChildren
.List;