8 references to CLR_NONE
System.Private.Windows.Core (1)
Windows\Win32\Foundation\COLORREF.cs (1)
10
/// Never convert native constants (such as <see cref="PInvokeCore.
CLR_NONE
"/> to <see cref="Color"/> or pass them through
System.Windows.Forms (7)
System\Windows\Forms\Controls\ImageList\ImageList.cs (5)
434
PInvoke.ImageList.SetBkColor(this, (COLORREF)PInvokeCore.
CLR_NONE
);
539
(COLORREF)PInvokeCore.
CLR_NONE
,
540
(COLORREF)PInvokeCore.
CLR_NONE
,
675
(COLORREF)PInvokeCore.
CLR_NONE
,
676
(COLORREF)PInvokeCore.
CLR_NONE
,
System\Windows\Forms\Controls\ListView\ListView.cs (2)
4549
PInvokeCore.SendMessage(this, PInvoke.LVM_SETTEXTBKCOLOR, (WPARAM)0, (LPARAM)PInvokeCore.
CLR_NONE
);
4929
PInvokeCore.SendMessage(this, PInvoke.LVM_SETTEXTBKCOLOR, (WPARAM)0, (LPARAM)PInvokeCore.
CLR_NONE
);