1 instantiation of ComboBoxChildListUiaProvider
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComboBox.cs (1)
390new ComboBoxChildListUiaProvider(this, DropDownStyle == ComboBoxStyle.Simple ? childListBox.Handle : dropDownHandle);
4 references to ComboBoxChildListUiaProvider
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ComboBox.cs (4)
151private ComboBoxChildListUiaProvider childListAccessibleObject; 4641var comboBoxChildListUiaProvider = _owningComboBox.ChildListAccessibleObject as ComboBoxChildListUiaProvider; 4652comboBoxChildListUiaProvider = _owningComboBox.ChildListAccessibleObject as ComboBoxChildListUiaProvider;