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