7 references to ThumbRight
System.Windows.Forms (2)
System\Windows\Forms\Controls\TrackBar\TrackBarRenderer.cs (2)
80
InitializeRenderer(VisualStyleElement.TrackBar.
ThumbRight
.Normal, (int)state);
180
InitializeRenderer(VisualStyleElement.TrackBar.
ThumbRight
.Normal, (int)state);
System.Windows.Forms.Tests (5)
System\Windows\Forms\VisualStyles\VisualStyleElementTests.cs (5)
469
yield return new object[] { I(() => VisualStyleElement.TrackBar.
ThumbRight
.Normal), "TRACKBAR", 8, 1 };
470
yield return new object[] { I(() => VisualStyleElement.TrackBar.
ThumbRight
.Hot), "TRACKBAR", 8, 2 };
471
yield return new object[] { I(() => VisualStyleElement.TrackBar.
ThumbRight
.Pressed), "TRACKBAR", 8, 3 };
472
yield return new object[] { I(() => VisualStyleElement.TrackBar.
ThumbRight
.Focused), "TRACKBAR", 8, 4 };
473
yield return new object[] { I(() => VisualStyleElement.TrackBar.
ThumbRight
.Disabled), "TRACKBAR", 8, 5 };