5 references to WindowsListBox
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\WindowsComboBox.cs (4)
337WindowsListBox listbox = new WindowsListBox(cbInfo.hwndList, this, 0, true); 375WindowsListBox listbox = new WindowsListBox(cbInfo.hwndList, this, 0, true); 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)
103WindowsListBox listbox = new WindowsListBox (hwnd, parent, item, parentedByCombo);