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