1 write to _ownerComboBoxAccessibleObject
System.Windows.Forms (1)
System\Windows\Forms\Controls\ComboBox\ComboBox.ObjectCollection.cs (1)
41_ownerComboBoxAccessibleObject = accessibleObject;
3 references to _ownerComboBoxAccessibleObject
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.ObjectCollection.cs (3)
34if (_ownerComboBoxAccessibleObject is not null) 36return _ownerComboBoxAccessibleObject; 44return _ownerComboBoxAccessibleObject;