5 references to WindowsListBox
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsComboBox.cs (4)
324
WindowsListBox listbox = new
WindowsListBox
(cbInfo.hwndList, this, 0, true);
362
WindowsListBox listbox = new
WindowsListBox
(cbInfo.hwndList, this, 0, true);
662
return new
WindowsListBox
(cbInfo.hwndList, this, (int)ComboChildren.List, true);
670
return new
WindowsListBox
(hwndList, this, (int)ComboChildren.List, true);
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
95
WindowsListBox listbox = new
WindowsListBox
(hwnd, parent, item, parentedByCombo);