5 references to UIA_DataItemControlTypeId
System.Windows.Forms (5)
System\Windows\Forms\Accessibility\AccessibleRoleControlTypeMap.cs (1)
23
{ AccessibleRole.Cell, UIA_CONTROLTYPE_ID.
UIA_DataItemControlTypeId
},
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.DataGridViewCellAccessibleObject.cs (1)
686
UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.
UIA_DataItemControlTypeId
,
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.DataGridViewComboBoxCellAccessibleObject.cs (1)
26
: (VARIANT)(int)UIA_CONTROLTYPE_ID.
UIA_DataItemControlTypeId
,
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxCell.DataGridViewTextBoxCellAccessibleObject.cs (1)
22
UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.
UIA_DataItemControlTypeId
,
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarCellAccessibleObject.cs (1)
136
UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.
UIA_DataItemControlTypeId
,