4 references to UIA_ListControlTypeId
System.Windows.Forms (4)
System\Windows\Forms\Accessibility\AccessibleRoleControlTypeMap.cs (1)
48
{ AccessibleRole.List, UIA_CONTROLTYPE_ID.
UIA_ListControlTypeId
},
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildListUiaProvider.cs (1)
126
UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.
UIA_ListControlTypeId
,
System\Windows\Forms\Controls\ListBoxes\ListBox.AccessibleObject.cs (1)
104
? (VARIANT)(int)UIA_CONTROLTYPE_ID.
UIA_ListControlTypeId
System\Windows\Forms\Controls\ListView\ListView.ListViewAccessibleObject.cs (1)
232
: UIA_CONTROLTYPE_ID.
UIA_ListControlTypeId
),