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