2 references to GetComboBoxItemAccessibleObject
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxAccessibleObject.cs (1)
215
return ItemAccessibleObjects.
GetComboBoxItemAccessibleObject
(selectedItem);
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildListUiaProvider.cs (1)
115
return item is null ? null : comboBoxAccessibleObject.ItemAccessibleObjects.
GetComboBoxItemAccessibleObject
(item);