7 references to ThumbLeft
System.Windows.Forms (2)
System\Windows\Forms\Controls\TrackBar\TrackBarRenderer.cs (2)
70
InitializeRenderer(VisualStyleElement.TrackBar.
ThumbLeft
.Normal, (int)state);
170
InitializeRenderer(VisualStyleElement.TrackBar.
ThumbLeft
.Normal, (int)state);
System.Windows.Forms.Tests (5)
System\Windows\Forms\VisualStyles\VisualStyleElementTests.cs (5)
463
yield return new object[] { I(() => VisualStyleElement.TrackBar.
ThumbLeft
.Normal), "TRACKBAR", 7, 1 };
464
yield return new object[] { I(() => VisualStyleElement.TrackBar.
ThumbLeft
.Hot), "TRACKBAR", 7, 2 };
465
yield return new object[] { I(() => VisualStyleElement.TrackBar.
ThumbLeft
.Pressed), "TRACKBAR", 7, 3 };
466
yield return new object[] { I(() => VisualStyleElement.TrackBar.
ThumbLeft
.Focused), "TRACKBAR", 7, 4 };
467
yield return new object[] { I(() => VisualStyleElement.TrackBar.
ThumbLeft
.Disabled), "TRACKBAR", 7, 5 };