31 references to GetSystemColor
PresentationFramework (31)
src\Framework\System\Windows\SystemColors.cs (31)
23
return
GetSystemColor
(CacheSlot.ActiveBorder);
34
return
GetSystemColor
(CacheSlot.ActiveCaption);
45
return
GetSystemColor
(CacheSlot.ActiveCaptionText);
56
return
GetSystemColor
(CacheSlot.AppWorkspace);
67
return
GetSystemColor
(CacheSlot.Control);
78
return
GetSystemColor
(CacheSlot.ControlDark);
89
return
GetSystemColor
(CacheSlot.ControlDarkDark);
100
return
GetSystemColor
(CacheSlot.ControlLight);
111
return
GetSystemColor
(CacheSlot.ControlLightLight);
122
return
GetSystemColor
(CacheSlot.ControlText);
133
return
GetSystemColor
(CacheSlot.Desktop);
144
return
GetSystemColor
(CacheSlot.GradientActiveCaption);
155
return
GetSystemColor
(CacheSlot.GradientInactiveCaption);
166
return
GetSystemColor
(CacheSlot.GrayText);
177
return
GetSystemColor
(CacheSlot.Highlight);
188
return
GetSystemColor
(CacheSlot.HighlightText);
199
return
GetSystemColor
(CacheSlot.HotTrack);
210
return
GetSystemColor
(CacheSlot.InactiveBorder);
221
return
GetSystemColor
(CacheSlot.InactiveCaption);
232
return
GetSystemColor
(CacheSlot.InactiveCaptionText);
243
return
GetSystemColor
(CacheSlot.Info);
254
return
GetSystemColor
(CacheSlot.InfoText);
265
return
GetSystemColor
(CacheSlot.Menu);
276
return
GetSystemColor
(CacheSlot.MenuBar);
287
return
GetSystemColor
(CacheSlot.MenuHighlight);
298
return
GetSystemColor
(CacheSlot.MenuText);
309
return
GetSystemColor
(CacheSlot.ScrollBar);
320
return
GetSystemColor
(CacheSlot.Window);
331
return
GetSystemColor
(CacheSlot.WindowFrame);
342
return
GetSystemColor
(CacheSlot.WindowText);
1818
brush = new SolidColorBrush(
GetSystemColor
(slot));