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