9 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
,
System.Windows.Forms.Tests (4)
System\Windows\Forms\AccessibleObjects\DataGridViewCellAccessibleObjectTests.cs (1)
673
Assert.Equal((int)UIA_CONTROLTYPE_ID.
UIA_DataItemControlTypeId
, actual.ToObject());
System\Windows\Forms\AccessibleObjects\DataGridViewComboBoxCellAccessibleObjectTests.cs (1)
51
: (int)UIA_CONTROLTYPE_ID.
UIA_DataItemControlTypeId
;
System\Windows\Forms\AccessibleObjects\DataGridViewTextBoxCell.DataGridViewTextBoxCellAccessibleObjectTests.cs (1)
20
Assert.Equal(UIA_CONTROLTYPE_ID.
UIA_DataItemControlTypeId
, actual);
System\Windows\Forms\AccessibleRoleControlTypeMapTests.cs (1)
51
yield return new object[] { AccessibleRole.Cell, UIA_CONTROLTYPE_ID.
UIA_DataItemControlTypeId
};