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