5 references to WindowsListBox
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsComboBox.cs (4)
317
WindowsListBox listbox = new
WindowsListBox
(cbInfo.hwndList, this, 0, true);
353
WindowsListBox listbox = new
WindowsListBox
(cbInfo.hwndList, this, 0, true);
653
return new
WindowsListBox
(cbInfo.hwndList, this, (int)ComboChildren.List, true);
661
return new
WindowsListBox
(hwndList, this, (int)ComboChildren.List, true);
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
90
WindowsListBox listbox = new
WindowsListBox
(hwnd, parent, item, parentedByCombo);