3 references to SmallMinCaption
System.Windows.Forms.Tests (3)
System\Windows\Forms\VisualStyles\VisualStyleElementTests.cs (3)
519
yield return new object[] { I(() => VisualStyleElement.Window.
SmallMinCaption
.Active), "WINDOW", 4, 1 };
520
yield return new object[] { I(() => VisualStyleElement.Window.
SmallMinCaption
.Inactive), "WINDOW", 4, 2 };
521
yield return new object[] { I(() => VisualStyleElement.Window.
SmallMinCaption
.Disabled), "WINDOW", 4, 3 };