7 references to ComboChildren
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsComboBox.cs (6)
211if (child._item == (int) ComboChildren.List && !IsSimpleCombo ()) 224if (child._item == (int) ComboChildren.Button) 263return new WindowsComboButton(_hwnd, this, (int)ComboChildren.Button); 650return new WindowsComboButton (_hwnd, this, (int) ComboChildren.Button); 662return new WindowsListBox(cbInfo.hwndList, this, (int)ComboChildren.List, true); 670return new WindowsListBox(hwndList, this, (int)ComboChildren.List, true);
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
86item = (int)WindowsComboBox.ComboChildren.List;