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