1 instantiation of ComboBoxChildDropDownButtonUiaProvider
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComboBox.cs (1)
4885return (_dropDownButtonUiaProvider ?? new ComboBoxChildDropDownButtonUiaProvider(_owningComboBox, _owningComboBox.Handle));
2 references to ComboBoxChildDropDownButtonUiaProvider
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComboBox.cs (2)
4858private ComboBoxChildDropDownButtonUiaProvider _dropDownButtonUiaProvider; 4883public ComboBoxChildDropDownButtonUiaProvider DropDownButtonUiaProvider {