7 references to ChildTextAccessibleObject
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxAccessibleObject.cs (1)
228ComboBoxStyle.DropDownList => owner.ChildTextAccessibleObject,
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildDropDownButtonUiaProvider.cs (1)
64? _owner.ChildTextAccessibleObject
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildListUiaProvider.cs (1)
87? _owningComboBox.ChildTextAccessibleObject
System.Windows.Forms.Tests (4)
System\Windows\Forms\ComboBox.ComboBoxChildDropDownButtonUiaProviderTests.cs (1)
79? comboBox.ChildTextAccessibleObject
System\Windows\Forms\ComboBox.ComboBoxChildListUiaProviderTests.cs (1)
78? comboBox.ChildTextAccessibleObject
System\Windows\Forms\ComboBox.ComboBoxChildTextUiaProviderTests.cs (2)
40AccessibleObject previousItem = comboBox.ChildTextAccessibleObject 65AccessibleObject nextItem = comboBox.ChildTextAccessibleObject