4 writes to buttonShadowDark
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (4)
753
colors.
buttonShadowDark
= SystemColors.ControlDarkDark;
759
colors.
buttonShadowDark
= ControlPaint.DarkDark(backColor);
764
colors.
buttonShadowDark
= ControlPaint.LightLight(backColor);
831
colors.
buttonShadowDark
= wg.GetNearestColor(colors.buttonShadowDark);
4 references to buttonShadowDark
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (4)
205
penBottomRight = stockColor ? new WindowsPen(wg.DeviceContext, SystemColors.ControlDarkDark) : new WindowsPen(wg.DeviceContext, colors.
buttonShadowDark
);
279
WindowsPen pen = new WindowsPen(wg.DeviceContext, colors.
buttonShadowDark
);
378
pen = new WindowsPen(wg.DeviceContext, colors.
buttonShadowDark
);
831
colors.buttonShadowDark = wg.GetNearestColor(colors.
buttonShadowDark
);