5 references to UpperTrackVertical
System.Windows.Forms (1)
System\Windows\Forms\Scrolling\ScrollBarRenderer.cs (1)
99
InitializeRenderer(VisualStyleElement.ScrollBar.
UpperTrackVertical
.Normal, (int)state);
System.Windows.Forms.Tests (4)
System\Windows\Forms\VisualStyles\VisualStyleElementTests.cs (4)
164
yield return new object[] { I(() => VisualStyleElement.ScrollBar.
UpperTrackVertical
.Normal), "SCROLLBAR", 7, 1 };
165
yield return new object[] { I(() => VisualStyleElement.ScrollBar.
UpperTrackVertical
.Hot), "SCROLLBAR", 7, 2 };
166
yield return new object[] { I(() => VisualStyleElement.ScrollBar.
UpperTrackVertical
.Pressed), "SCROLLBAR", 7, 3 };
167
yield return new object[] { I(() => VisualStyleElement.ScrollBar.
UpperTrackVertical
.Disabled), "SCROLLBAR", 7, 4 };