3 references to UIA_TabControlTypeId
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleRoleControlTypeMap.cs (1)
58{ AccessibleRole.PageTabList, UIA_CONTROLTYPE_ID.UIA_TabControlTypeId },
System.Windows.Forms.Tests (2)
System\Windows\Forms\AccessibleObjects\TabControl.TabControlAccessibleObjectTests.cs (1)
34Assert.Equal(UIA_CONTROLTYPE_ID.UIA_TabControlTypeId, actual);
System\Windows\Forms\AccessibleRoleControlTypeMapTests.cs (1)
86yield return new object[] { AccessibleRole.PageTabList, UIA_CONTROLTYPE_ID.UIA_TabControlTypeId };