2 writes to lowHighlight
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (2)
784colors.lowHighlight = Color.FromArgb(Adjust255(adjust, colors.highlight.R), 835colors.lowHighlight = wg.GetNearestColor(colors.lowHighlight);
8 references to lowHighlight
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (3)
789colors.highlight = colors.lowHighlight; 807colors.constrastButtonShadow = colors.lowHighlight; 835colors.lowHighlight = wg.GetNearestColor(colors.lowHighlight);
winforms\Managed\System\WinForms\ButtonInternal\ButtonFlatAdapter.cs (2)
141backColor = colors.options.highContrast ? colors.buttonShadow : colors.lowHighlight; 144backColor = MixedColor(colors.options.highContrast ? colors.buttonShadow : colors.lowHighlight, colors.buttonFace);
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxFlatAdapter.cs (1)
43PaintFlatWorker(e, colors.windowText, colors.lowHighlight, colors.windowFrame, colors);
winforms\Managed\System\WinForms\ButtonInternal\RadioButtonFlatAdapter.cs (1)
47PaintFlatWorker(e, colors.windowText, colors.lowHighlight, colors.windowFrame, colors);
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (1)
827windowsBrush = new System.Windows.Forms.Internal.WindowsSolidBrush(wg.DeviceContext, colors.lowHighlight);