5 references to _customColors
System.Windows.Forms (5)
System\Windows\Forms\Dialogs\CommonDialogs\ColorDialog.cs (5)
76
int[] result = new int[
_customColors
.Length];
77
MemoryMarshal.Cast<COLORREF, int>(
_customColors
).CopyTo(result);
82
Span<COLORREF> customColors =
_customColors
;
169
_customColors
.CopyTo(customColors);
190
customColors.CopyTo(
_customColors
);