1 instantiation of ComboBoxChildListUiaProvider
System.Windows.Forms (1)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
309
new
ComboBoxChildListUiaProvider
(this, DropDownStyle == ComboBoxStyle.Simple ? _childListBox!.HWND : _dropDownHandle);
4 references to ComboBoxChildListUiaProvider
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxItemAccessibleObject.cs (1)
73
if (_owningComboBox.ChildListAccessibleObject is not
ComboBoxChildListUiaProvider
comboBoxChildListUiaProvider)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
104
private
ComboBoxChildListUiaProvider
? _childListAccessibleObject;
System.Windows.Forms.Tests (2)
System\Windows\Forms\AccessibleObjects\ComboBox.ComboBoxAccessibleObjectTests.cs (2)
507
var
listAccessibleObject = (ComboBox.
ComboBoxChildListUiaProvider
)comboBox.ChildListAccessibleObject;