4 references to UIA_SliderControlTypeId
System.Windows.Forms (2)
System\Windows\Forms\Accessibility\AccessibleRoleControlTypeMap.cs (1)
68
{ AccessibleRole.Slider, UIA_CONTROLTYPE_ID.
UIA_SliderControlTypeId
},
System\Windows\Forms\Controls\TrackBar\TrackBar.TrackBarAccessibleObject.cs (1)
154
=> (VARIANT)(int)UIA_CONTROLTYPE_ID.
UIA_SliderControlTypeId
,
System.Windows.Forms.Tests (2)
System\Windows\Forms\AccessibleObjects\TrackBar.TrackBarAccessibleObjectTests.cs (1)
268
Assert.Equal(UIA_CONTROLTYPE_ID.
UIA_SliderControlTypeId
, actual);
System\Windows\Forms\AccessibleRoleControlTypeMapTests.cs (1)
96
yield return new object[] { AccessibleRole.Slider, UIA_CONTROLTYPE_ID.
UIA_SliderControlTypeId
};