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