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