4 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
,