1 instantiation of ComboBoxChildDropDownButtonUiaProvider
System.Windows.Forms (1)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxAccessibleObject.cs (1)
67=> _dropDownButtonUiaProvider ??= this.TryGetOwnerAs(out ComboBox? owner) ? new ComboBoxChildDropDownButtonUiaProvider(owner) : null;
2 references to ComboBoxChildDropDownButtonUiaProvider
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxAccessibleObject.cs (2)
19private ComboBoxChildDropDownButtonUiaProvider? _dropDownButtonUiaProvider; 66public ComboBoxChildDropDownButtonUiaProvider? DropDownButtonUiaProvider