6 references to Thumb
System.Windows.Forms (1)
System\Windows\Forms\Controls\TrackBar\TrackBarRenderer.cs (1)
50
InitializeRenderer(VisualStyleElement.TrackBar.
Thumb
.Normal, (int)state);
System.Windows.Forms.Tests (5)
System\Windows\Forms\VisualStyles\VisualStyleElementTests.cs (5)
439
yield return new object[] { I(() => VisualStyleElement.TrackBar.
Thumb
.Normal), "TRACKBAR", 3, 1 };
440
yield return new object[] { I(() => VisualStyleElement.TrackBar.
Thumb
.Hot), "TRACKBAR", 3, 2 };
441
yield return new object[] { I(() => VisualStyleElement.TrackBar.
Thumb
.Pressed), "TRACKBAR", 3, 3 };
442
yield return new object[] { I(() => VisualStyleElement.TrackBar.
Thumb
.Focused), "TRACKBAR", 3, 4 };
443
yield return new object[] { I(() => VisualStyleElement.TrackBar.
Thumb
.Disabled), "TRACKBAR", 3, 5 };