7 references to UIA_TableControlTypeId
System.Windows.Forms (4)
System\Windows\Forms\Accessibility\AccessibleRoleControlTypeMap.cs (1)
74{ AccessibleRole.Table, UIA_CONTROLTYPE_ID.UIA_TableControlTypeId },
System\Windows\Forms\Controls\ListView\ListView.ListViewAccessibleObject.cs (1)
231? UIA_CONTROLTYPE_ID.UIA_TableControlTypeId
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarBodyAccessibleObject.cs (1)
142UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_TableControlTypeId,
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.PropertyGridViewAccessibleObject.cs (1)
65UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_TableControlTypeId,
System.Windows.Forms.Tests (3)
System\Windows\Forms\AccessibleObjects\MonthCalendar.CalendarBodyAccessibleObjectTests.cs (1)
101Assert.Equal(UIA_CONTROLTYPE_ID.UIA_TableControlTypeId, (UIA_CONTROLTYPE_ID)(int)accessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_ControlTypePropertyId));
System\Windows\Forms\AccessibleObjects\PropertyGridView.PropertyGridViewAccessibleObjectTests.cs (1)
147Assert.Equal(UIA_CONTROLTYPE_ID.UIA_TableControlTypeId, actual);
System\Windows\Forms\AccessibleRoleControlTypeMapTests.cs (1)
102yield return new object[] { AccessibleRole.Table, UIA_CONTROLTYPE_ID.UIA_TableControlTypeId };