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)
34
if (
_ownerComboBoxAccessibleObject
is not null)
36
return
_ownerComboBoxAccessibleObject
;
44
return
_ownerComboBoxAccessibleObject
;