1 write to s_disabledImageColorMatrix
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (1)
101
s_disabledImageColorMatrix
= ControlPaint.MultiplyColorMatrix(transparency, greyscale);
2 references to s_disabledImageColorMatrix
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (2)
79
if (
s_disabledImageColorMatrix
is null)
104
return
s_disabledImageColorMatrix
;