1 write to ImageAttributes
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripHighContrastRenderer.cs (1)
123
e.
ImageAttributes
= imageAttr;
4 references to ImageAttributes
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripHighContrastRenderer.cs (1)
121
ImageAttributes imageAttr = e.
ImageAttributes
?? new ImageAttributes();
winforms\Managed\System\WinForms\ToolStripRenderer.cs (3)
874
image = CreateDisabledImage(image, e.
ImageAttributes
);
904
image = CreateDisabledImage(image, e.
ImageAttributes
);
908
imageRect.Height, GraphicsUnit.Pixel, e.
ImageAttributes
);