5 references to new
System.Private.Windows.Core (3)
Windows.Win32.COLORREF.g.cs (1)
38 public static explicit operator COLORREF(uint value) => new COLORREF(value);
Windows\Win32\Foundation\COLORREF.cs (2)
22public static implicit operator COLORREF(Color color) => new((uint)ColorTranslator.ToWin32(color)); 24public static implicit operator COLORREF(int color) => new((uint)color);
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListViewInsertionMark.cs (1)
71_color = new COLORREF((uint)PInvokeCore.SendMessage(_listView, PInvoke.LVM_GETINSERTMARKCOLOR));
System\Windows\Forms\Help\Help.cs (1)
84clrForeground = new COLORREF(unchecked((uint)-1)), // Ignore