2 references to COLOR_WINDOW
System.Private.Windows.Core (1)
System\Private\Windows\Ole\DragDropHelper.cs (1)
286
crColorKey = (COLORREF)PInvokeCore.GetSysColor(SYS_COLOR_INDEX.
COLOR_WINDOW
)
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
876
private static int GetBackgroundColor() => (int)PInvokeCore.GetSysColor(SYS_COLOR_INDEX.
COLOR_WINDOW
);