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