31 references to GetSystemColor
PresentationFramework (31)
System\Windows\SystemColors.cs (31)
28
return
GetSystemColor
(CacheSlot.ActiveBorder);
39
return
GetSystemColor
(CacheSlot.ActiveCaption);
50
return
GetSystemColor
(CacheSlot.ActiveCaptionText);
61
return
GetSystemColor
(CacheSlot.AppWorkspace);
72
return
GetSystemColor
(CacheSlot.Control);
83
return
GetSystemColor
(CacheSlot.ControlDark);
94
return
GetSystemColor
(CacheSlot.ControlDarkDark);
105
return
GetSystemColor
(CacheSlot.ControlLight);
116
return
GetSystemColor
(CacheSlot.ControlLightLight);
127
return
GetSystemColor
(CacheSlot.ControlText);
138
return
GetSystemColor
(CacheSlot.Desktop);
149
return
GetSystemColor
(CacheSlot.GradientActiveCaption);
160
return
GetSystemColor
(CacheSlot.GradientInactiveCaption);
171
return
GetSystemColor
(CacheSlot.GrayText);
182
return
GetSystemColor
(CacheSlot.Highlight);
193
return
GetSystemColor
(CacheSlot.HighlightText);
204
return
GetSystemColor
(CacheSlot.HotTrack);
215
return
GetSystemColor
(CacheSlot.InactiveBorder);
226
return
GetSystemColor
(CacheSlot.InactiveCaption);
237
return
GetSystemColor
(CacheSlot.InactiveCaptionText);
248
return
GetSystemColor
(CacheSlot.Info);
259
return
GetSystemColor
(CacheSlot.InfoText);
270
return
GetSystemColor
(CacheSlot.Menu);
281
return
GetSystemColor
(CacheSlot.MenuBar);
292
return
GetSystemColor
(CacheSlot.MenuHighlight);
303
return
GetSystemColor
(CacheSlot.MenuText);
314
return
GetSystemColor
(CacheSlot.ScrollBar);
325
return
GetSystemColor
(CacheSlot.Window);
336
return
GetSystemColor
(CacheSlot.WindowFrame);
347
return
GetSystemColor
(CacheSlot.WindowText);
2319
brush = new SolidColorBrush(
GetSystemColor
(slot));