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)
19
private
ComboBoxChildDropDownButtonUiaProvider
? _dropDownButtonUiaProvider;
66
public
ComboBoxChildDropDownButtonUiaProvider
? DropDownButtonUiaProvider