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