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