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