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