4 references to SmallCloseButton
System.Windows.Forms.Tests (4)
System\Windows\Forms\VisualStyles\VisualStyleElementTests.cs (4)
579
yield return new object[] { I(() => VisualStyleElement.Window.
SmallCloseButton
.Normal), "WINDOW", 19, 1 };
580
yield return new object[] { I(() => VisualStyleElement.Window.
SmallCloseButton
.Hot), "WINDOW", 19, 2 };
581
yield return new object[] { I(() => VisualStyleElement.Window.
SmallCloseButton
.Pressed), "WINDOW", 19, 3 };
582
yield return new object[] { I(() => VisualStyleElement.Window.
SmallCloseButton
.Disabled), "WINDOW", 19, 4 };