5 references to GetComboBoxAccessibleObject
System.Windows.Forms.Tests (5)
System\Windows\Forms\ComboBox.ComboBoxChildDropDownButtonUiaProviderTests.cs (5)
50
AccessibleObject nextItem =
GetComboBoxAccessibleObject
(comboBox).DropDownButtonUiaProvider
75
AccessibleObject previousItem =
GetComboBoxAccessibleObject
(comboBox).DropDownButtonUiaProvider
98
AccessibleObject previousItem =
GetComboBoxAccessibleObject
(comboBox).DropDownButtonUiaProvider
115
Assert.Equal(SR.ComboboxDropDownButtonOpenName,
GetComboBoxAccessibleObject
(comboBox).DropDownButtonUiaProvider.Name);
120
Assert.Equal(SR.ComboboxDropDownButtonCloseName,
GetComboBoxAccessibleObject
(comboBox).DropDownButtonUiaProvider.Name);