5 references to WindowsListBox
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\WindowsComboBox.cs (4)
337
WindowsListBox listbox = new
WindowsListBox
(cbInfo.hwndList, this, 0, true);
375
WindowsListBox listbox = new
WindowsListBox
(cbInfo.hwndList, this, 0, true);
675
return new
WindowsListBox
(cbInfo.hwndList, this, (int)ComboChildren.List, true);
683
return new
WindowsListBox
(hwndList, this, (int)ComboChildren.List, true);
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
103
WindowsListBox listbox = new
WindowsListBox
(hwnd, parent, item, parentedByCombo);