5 references to SYS_COLOR_INDEX
Microsoft.Private.Windows.Core (5)
System\Private\Windows\Ole\DragDropHelper.cs (1)
286
crColorKey = (COLORREF)PInvokeCore.GetSysColor(
SYS_COLOR_INDEX
.COLOR_WINDOW)
Windows.Win32.PInvokeCore.USER32.dll.g.cs (2)
511
internal static extern uint GetSysColor(winmdroot.Graphics.Gdi.
SYS_COLOR_INDEX
nIndex);
522
internal static extern winmdroot.Graphics.Gdi.HBRUSH GetSysColorBrush(winmdroot.Graphics.Gdi.
SYS_COLOR_INDEX
nIndex);
Windows\Win32\PInvokeCore.GetSysColorBrush.cs (2)
10
/// <inheritdoc cref="GetSysColorBrush(
SYS_COLOR_INDEX
)"/>
30
return GetSysColorBrush((
SYS_COLOR_INDEX
)(ColorTranslator.ToOle(systemColor) & 0xFF));