12 references to IsSystemColor
System.Drawing.Primitives (2)
System\Drawing\ColorTranslator.cs (2)
53
if (c.IsKnownColor && c.
IsSystemColor
)
295
if (c.
IsSystemColor
)
System.Private.Windows.Core (2)
Windows\Win32\Graphics\Gdi\CreateBrushScope.cs (1)
31
HBRUSH = color.
IsSystemColor
Windows\Win32\PInvoke.GetSysColorBrush.cs (1)
27
Debug.Assert(systemColor.
IsSystemColor
);
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (1)
697
if (color.
IsSystemColor
)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
3112
if (BackColor.
IsSystemColor
)
3117
if (ForeColor.
IsSystemColor
)
System.Windows.Forms.Primitives (5)
System\Windows\Forms\GdiPlus\GdiPlusCache.cs (2)
31
Pen? pen = color.
IsSystemColor
48
SolidBrush? solidBrush = color.
IsSystemColor
System\Windows\Forms\SystemDrawingExtensions.cs (3)
99
return color.
IsSystemColor
104
return color.
IsSystemColor
120
=> color.
IsSystemColor