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