5 references to GetComboBoxAccessibleObject
System.Windows.Forms.Tests (5)
System\Windows\Forms\ComboBox.ComboBoxChildDropDownButtonUiaProviderTests.cs (5)
48
AccessibleObject nextItem =
GetComboBoxAccessibleObject
(comboBox).DropDownButtonUiaProvider
73
AccessibleObject previousItem =
GetComboBoxAccessibleObject
(comboBox).DropDownButtonUiaProvider
96
AccessibleObject previousItem =
GetComboBoxAccessibleObject
(comboBox).DropDownButtonUiaProvider
113
Assert.Equal(SR.ComboboxDropDownButtonOpenName,
GetComboBoxAccessibleObject
(comboBox).DropDownButtonUiaProvider.Name);
118
Assert.Equal(SR.ComboboxDropDownButtonCloseName,
GetComboBoxAccessibleObject
(comboBox).DropDownButtonUiaProvider.Name);