3 writes to constrastButtonShadow
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (3)
807
colors.
constrastButtonShadow
= colors.lowHighlight;
810
colors.
constrastButtonShadow
= colors.buttonShadow;
832
colors.
constrastButtonShadow
= wg.GetNearestColor(colors.constrastButtonShadow);
5 references to constrastButtonShadow
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (1)
832
colors.constrastButtonShadow = wg.GetNearestColor(colors.
constrastButtonShadow
);
winforms\Managed\System\WinForms\ButtonInternal\ButtonFlatAdapter.cs (3)
84
DrawFlatFocus(g, layout.focus, colors.options.highContrast ? colors.windowText : colors.
constrastButtonShadow
);
159
DrawFlatFocus(g, layout.focus, colors.options.highContrast ? colors.windowText : colors.
constrastButtonShadow
);
243
DrawFlatFocus(g, layout.focus, colors.
constrastButtonShadow
);
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (1)
974
colors.options.highContrast ? colors.windowText : colors.
constrastButtonShadow
);