3 references to Close
System.Windows.Forms.Tests (3)
System\Windows\Forms\VisualStyles\VisualStyleElementTests.cs (3)
431
yield return new object[] { I(() => VisualStyleElement.ToolTip.
Close
.Normal), "TOOLTIP", 5, 1 };
432
yield return new object[] { I(() => VisualStyleElement.ToolTip.
Close
.Hot), "TOOLTIP", 5, 2 };
433
yield return new object[] { I(() => VisualStyleElement.ToolTip.
Close
.Pressed), "TOOLTIP", 5, 3 };