7 references to ComboChildren
UIAutomationClientsideProviders (7)
MS\Internal\AutomationProxies\WindowsComboBox.cs (6)
224if (child._item == (int) ComboChildren.List && !IsSimpleCombo ()) 237if (child._item == (int) ComboChildren.Button) 276return new WindowsComboButton(_hwnd, this, (int)ComboChildren.Button); 663return new WindowsComboButton (_hwnd, this, (int) ComboChildren.Button); 675return new WindowsListBox(cbInfo.hwndList, this, (int)ComboChildren.List, true); 683return new WindowsListBox(hwndList, this, (int)ComboChildren.List, true);
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
94item = (int)WindowsComboBox.ComboChildren.List;