37 references to FromSystemColor
System.Drawing (33)
commonui\System\Drawing\SystemBrushes.cs (33)
32return FromSystemColor(SystemColors.ActiveBorder); 42return FromSystemColor(SystemColors.ActiveCaption); 52return FromSystemColor(SystemColors.ActiveCaptionText); 62return FromSystemColor(SystemColors.AppWorkspace); 72return FromSystemColor(SystemColors.ButtonFace); 82return FromSystemColor(SystemColors.ButtonHighlight); 92return FromSystemColor(SystemColors.ButtonShadow); 102return FromSystemColor(SystemColors.Control); 112return FromSystemColor(SystemColors.ControlLightLight); 122return FromSystemColor(SystemColors.ControlLight); 132return FromSystemColor(SystemColors.ControlDark); 142return FromSystemColor(SystemColors.ControlDarkDark); 152return FromSystemColor(SystemColors.ControlText); 164return FromSystemColor(SystemColors.Desktop); 174return FromSystemColor(SystemColors.GradientActiveCaption); 184return FromSystemColor(SystemColors.GradientInactiveCaption); 194return FromSystemColor(SystemColors.GrayText); 204return FromSystemColor(SystemColors.Highlight); 214return FromSystemColor(SystemColors.HighlightText); 224return FromSystemColor(SystemColors.HotTrack); 234return FromSystemColor(SystemColors.InactiveCaption); 244return FromSystemColor(SystemColors.InactiveBorder); 254return FromSystemColor(SystemColors.InactiveCaptionText); 264return FromSystemColor(SystemColors.Info); 274return FromSystemColor(SystemColors.InfoText); 284return FromSystemColor(SystemColors.Menu); 294return FromSystemColor(SystemColors.MenuBar); 304return FromSystemColor(SystemColors.MenuHighlight); 314return FromSystemColor(SystemColors.MenuText); 325return FromSystemColor(SystemColors.ScrollBar); 335return FromSystemColor(SystemColors.Window); 345return FromSystemColor(SystemColors.WindowFrame); 355return FromSystemColor(SystemColors.WindowText);
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (2)
497brush = (SolidBrush)SystemBrushes.FromSystemColor(c); 645brush = SystemBrushes.FromSystemColor(c);
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
3292background = SystemBrushes.FromSystemColor(BackColor);
winforms\Managed\System\WinForms\ToolStripSystemRenderer.cs (1)
70g.FillRectangle(SystemBrushes.FromSystemColor(backColor), bounds);