1 write to disabledImageColorMatrix
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripRenderer.cs (1)
102disabledImageColorMatrix = ControlPaint.MultiplyColorMatrix(transparency, greyscale);
2 references to disabledImageColorMatrix
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripRenderer.cs (2)
81if (disabledImageColorMatrix == null) { 106return disabledImageColorMatrix;