3 references to ButtonCheckedHighlight
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ProfessionalColors.cs (1)
48
public static Color ButtonCheckedHighlight => ColorTable.
ButtonCheckedHighlight
;
System\Windows\Forms\Controls\ToolStrips\ToolstripProfessionalRenderer.cs (1)
1447
using var brush = ColorTable.
ButtonCheckedHighlight
.GetCachedSolidBrushScope();
System.Windows.Forms.Tests (1)
System\Windows\Forms\ProfessionalColorTableTests.cs (1)
27
yield return new object[] { I(t => t.
ButtonCheckedHighlight
) };