31 references to GetSystemColor
PresentationFramework (31)
System\Windows\SystemColors.cs (31)
25
return
GetSystemColor
(CacheSlot.ActiveBorder);
36
return
GetSystemColor
(CacheSlot.ActiveCaption);
47
return
GetSystemColor
(CacheSlot.ActiveCaptionText);
58
return
GetSystemColor
(CacheSlot.AppWorkspace);
69
return
GetSystemColor
(CacheSlot.Control);
80
return
GetSystemColor
(CacheSlot.ControlDark);
91
return
GetSystemColor
(CacheSlot.ControlDarkDark);
102
return
GetSystemColor
(CacheSlot.ControlLight);
113
return
GetSystemColor
(CacheSlot.ControlLightLight);
124
return
GetSystemColor
(CacheSlot.ControlText);
135
return
GetSystemColor
(CacheSlot.Desktop);
146
return
GetSystemColor
(CacheSlot.GradientActiveCaption);
157
return
GetSystemColor
(CacheSlot.GradientInactiveCaption);
168
return
GetSystemColor
(CacheSlot.GrayText);
179
return
GetSystemColor
(CacheSlot.Highlight);
190
return
GetSystemColor
(CacheSlot.HighlightText);
201
return
GetSystemColor
(CacheSlot.HotTrack);
212
return
GetSystemColor
(CacheSlot.InactiveBorder);
223
return
GetSystemColor
(CacheSlot.InactiveCaption);
234
return
GetSystemColor
(CacheSlot.InactiveCaptionText);
245
return
GetSystemColor
(CacheSlot.Info);
256
return
GetSystemColor
(CacheSlot.InfoText);
267
return
GetSystemColor
(CacheSlot.Menu);
278
return
GetSystemColor
(CacheSlot.MenuBar);
289
return
GetSystemColor
(CacheSlot.MenuHighlight);
300
return
GetSystemColor
(CacheSlot.MenuText);
311
return
GetSystemColor
(CacheSlot.ScrollBar);
322
return
GetSystemColor
(CacheSlot.Window);
333
return
GetSystemColor
(CacheSlot.WindowFrame);
344
return
GetSystemColor
(CacheSlot.WindowText);
2316
brush = new SolidColorBrush(
GetSystemColor
(slot));