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