5 references to WindowsListBox
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsComboBox.cs (4)
320
WindowsListBox listbox = new
WindowsListBox
(cbInfo.hwndList, this, 0, true);
358
WindowsListBox listbox = new
WindowsListBox
(cbInfo.hwndList, this, 0, true);
658
return new
WindowsListBox
(cbInfo.hwndList, this, (int)ComboChildren.List, true);
666
return new
WindowsListBox
(hwndList, this, (int)ComboChildren.List, true);
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
91
WindowsListBox listbox = new
WindowsListBox
(hwnd, parent, item, parentedByCombo);