3 references to ChevronVertical
System.Windows.Forms.Tests (3)
System\Windows\Forms\VisualStyles\VisualStyleElementTests.cs (3)
327
yield return new object[] { I(() => VisualStyleElement.Rebar.
ChevronVertical
.Normal), "REBAR", 5, 1 };
328
yield return new object[] { I(() => VisualStyleElement.Rebar.
ChevronVertical
.Hot), "REBAR", 5, 2 };
329
yield return new object[] { I(() => VisualStyleElement.Rebar.
ChevronVertical
.Pressed), "REBAR", 5, 3 };