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