3 references to GetSysColorBrush
System.Private.Windows.Core (1)
Windows\Win32\Graphics\Gdi\CreateBrushScope.cs (1)
32
? PInvokeCore.
GetSysColorBrush
(color)
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
804
backBrush = PInvokeCore.
GetSysColorBrush
(color);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3859
m.ResultInternal = (LRESULT)(nint)PInvokeCore.
GetSysColorBrush
(SystemColors.ButtonFace);