2 writes to s_disabledImageColorMatrix
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (2)
97
s_disabledImageColorMatrix
= ControlPaint.MultiplyColorMatrix(transparency, greyscale);
120
s_disabledImageColorMatrix
= ControlPaint.MultiplyColorMatrix(transparency, greyscale);
3 references to s_disabledImageColorMatrix
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (3)
67
if (
s_disabledImageColorMatrix
is not null)
69
return
s_disabledImageColorMatrix
;
123
return
s_disabledImageColorMatrix
;