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