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