2 writes to _dropDownButtonUiaProvider
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxAccessibleObject.cs (2)
67=> _dropDownButtonUiaProvider ??= this.TryGetOwnerAs(out ComboBox? owner) ? new ComboBoxChildDropDownButtonUiaProvider(owner) : null; 150_dropDownButtonUiaProvider = null;
1 reference to _dropDownButtonUiaProvider
System.Windows.Forms (1)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxAccessibleObject.cs (1)
149PInvoke.UiaDisconnectProvider(_dropDownButtonUiaProvider);