2 writes to s_disabledImageColorMatrix
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (2)
97s_disabledImageColorMatrix = ControlPaint.MultiplyColorMatrix(transparency, greyscale); 120s_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; 123return s_disabledImageColorMatrix;