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