Home
last modified time | relevance | path

Searched refs:imagedisabled_attributes (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DThemeWin32Classic.cs57 static ImageAttributes imagedisabled_attributes; field in System.Windows.Forms.ThemeWin32Classic
7019 if (imagedisabled_attributes == null) { in CPDrawImageDisabled()
7020 imagedisabled_attributes = new ImageAttributes (); in CPDrawImageDisabled()
7040 imagedisabled_attributes.SetColorMatrix (colorMatrix); in CPDrawImageDisabled()
7043 …dth, image.Height), 0, 0, image.Width, image.Height, GraphicsUnit.Pixel, imagedisabled_attributes); in CPDrawImageDisabled()