8 references to UIA_ThumbControlTypeId
System.Windows.Forms (4)
System\Windows\Forms\Accessibility\AccessibleRoleControlTypeMap.cs (2)
41
{ AccessibleRole.Grip, UIA_CONTROLTYPE_ID.
UIA_ThumbControlTypeId
},
45
{ AccessibleRole.Indicator, UIA_CONTROLTYPE_ID.
UIA_ThumbControlTypeId
},
System\Windows\Forms\Controls\TrackBar\TrackBar.TrackBarThumbAccessibleObject.cs (1)
48
UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.
UIA_ThumbControlTypeId
,
System\Windows\Forms\Scrolling\ScrollBar.ScrollBarThumbAccessibleObject.cs (1)
49
UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.
UIA_ThumbControlTypeId
,
System.Windows.Forms.Tests (4)
System\Windows\Forms\AccessibleObjects\ToolStripAccessibleObjectTests.cs (1)
172
Assert.Equal((int)UIA_CONTROLTYPE_ID.
UIA_ThumbControlTypeId
, actual.ToObject());
System\Windows\Forms\AccessibleObjects\ToolStripGrip.ToolStripGripAccessibleObjectTests.cs (1)
30
Assert.Equal(UIA_CONTROLTYPE_ID.
UIA_ThumbControlTypeId
, actual);
System\Windows\Forms\AccessibleRoleControlTypeMapTests.cs (2)
69
yield return new object[] { AccessibleRole.Grip, UIA_CONTROLTYPE_ID.
UIA_ThumbControlTypeId
};
73
yield return new object[] { AccessibleRole.Indicator, UIA_CONTROLTYPE_ID.
UIA_ThumbControlTypeId
};