1 write to ItemAccessibleObjects
System.Windows.Forms (1)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxAccessibleObject.cs (1)
27
ItemAccessibleObjects
= new ComboBoxItemAccessibleObjectCollection(this);
7 references to ItemAccessibleObjects
System.Windows.Forms (7)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxAccessibleObject.cs (5)
137
if (!
ItemAccessibleObjects
.TryGetValue(item, out ComboBoxItemAccessibleObject? value))
144
ItemAccessibleObjects
.Remove(item);
157
foreach (ComboBoxItemAccessibleObject itemAccessibleObject in
ItemAccessibleObjects
.Values)
163
ItemAccessibleObjects
.Clear();
215
return
ItemAccessibleObjects
.GetComboBoxItemAccessibleObject(selectedItem);
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildListUiaProvider.cs (1)
115
return item is null ? null : comboBoxAccessibleObject.
ItemAccessibleObjects
.GetComboBoxItemAccessibleObject(item);
System\Windows\Forms\Controls\ComboBox\ComboBox.ObjectCollection.cs (1)
164
OwnerComboBoxAccessibleObject?.
ItemAccessibleObjects
.Remove(InnerList[index]);