3 references to UIA_TabItemControlTypeId
System.Windows.Forms (2)
System\Windows\Forms\Accessibility\AccessibleRoleControlTypeMap.cs (1)
57
{ AccessibleRole.PageTab, UIA_CONTROLTYPE_ID.
UIA_TabItemControlTypeId
},
System\Windows\Forms\Controls\TabControl\TabPage.TabAccessibleObject.cs (1)
121
UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.
UIA_TabItemControlTypeId
,
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleRoleControlTypeMapTests.cs (1)
85
yield return new object[] { AccessibleRole.PageTab, UIA_CONTROLTYPE_ID.
UIA_TabItemControlTypeId
};