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)
22
public static implicit operator COLORREF(Color color) =>
new
((uint)ColorTranslator.ToWin32(color));
24
public 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)
84
clrForeground = new
COLORREF
(unchecked((uint)-1)), // Ignore