1 write to customColors
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ColorDialog.cs (1)
58customColors = new int[16];
5 references to customColors
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ColorDialog.cs (5)
143get { return(int[]) customColors.Clone();} 146if (length > 0) Array.Copy(value, 0, customColors, 0, length); 147for (int i = length; i < 16; i++) customColors[i] = 0x00FFFFFF; 284Marshal.Copy(customColors, 0, custColorPtr, 16); 299Marshal.Copy(custColorPtr, customColors, 0, 16);