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