31 references to GetSystemColor
PresentationFramework (31)
System\Windows\SystemColors.cs (31)
26
return
GetSystemColor
(CacheSlot.ActiveBorder);
37
return
GetSystemColor
(CacheSlot.ActiveCaption);
48
return
GetSystemColor
(CacheSlot.ActiveCaptionText);
59
return
GetSystemColor
(CacheSlot.AppWorkspace);
70
return
GetSystemColor
(CacheSlot.Control);
81
return
GetSystemColor
(CacheSlot.ControlDark);
92
return
GetSystemColor
(CacheSlot.ControlDarkDark);
103
return
GetSystemColor
(CacheSlot.ControlLight);
114
return
GetSystemColor
(CacheSlot.ControlLightLight);
125
return
GetSystemColor
(CacheSlot.ControlText);
136
return
GetSystemColor
(CacheSlot.Desktop);
147
return
GetSystemColor
(CacheSlot.GradientActiveCaption);
158
return
GetSystemColor
(CacheSlot.GradientInactiveCaption);
169
return
GetSystemColor
(CacheSlot.GrayText);
180
return
GetSystemColor
(CacheSlot.Highlight);
191
return
GetSystemColor
(CacheSlot.HighlightText);
202
return
GetSystemColor
(CacheSlot.HotTrack);
213
return
GetSystemColor
(CacheSlot.InactiveBorder);
224
return
GetSystemColor
(CacheSlot.InactiveCaption);
235
return
GetSystemColor
(CacheSlot.InactiveCaptionText);
246
return
GetSystemColor
(CacheSlot.Info);
257
return
GetSystemColor
(CacheSlot.InfoText);
268
return
GetSystemColor
(CacheSlot.Menu);
279
return
GetSystemColor
(CacheSlot.MenuBar);
290
return
GetSystemColor
(CacheSlot.MenuHighlight);
301
return
GetSystemColor
(CacheSlot.MenuText);
312
return
GetSystemColor
(CacheSlot.ScrollBar);
323
return
GetSystemColor
(CacheSlot.Window);
334
return
GetSystemColor
(CacheSlot.WindowFrame);
345
return
GetSystemColor
(CacheSlot.WindowText);
2317
brush = new SolidColorBrush(
GetSystemColor
(slot));