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