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