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