31 references to GetSystemColor
PresentationFramework (31)
System\Windows\SystemColors.cs (31)
27return GetSystemColor(CacheSlot.ActiveBorder); 38return GetSystemColor(CacheSlot.ActiveCaption); 49return GetSystemColor(CacheSlot.ActiveCaptionText); 60return GetSystemColor(CacheSlot.AppWorkspace); 71return GetSystemColor(CacheSlot.Control); 82return GetSystemColor(CacheSlot.ControlDark); 93return GetSystemColor(CacheSlot.ControlDarkDark); 104return GetSystemColor(CacheSlot.ControlLight); 115return GetSystemColor(CacheSlot.ControlLightLight); 126return GetSystemColor(CacheSlot.ControlText); 137return GetSystemColor(CacheSlot.Desktop); 148return GetSystemColor(CacheSlot.GradientActiveCaption); 159return GetSystemColor(CacheSlot.GradientInactiveCaption); 170return GetSystemColor(CacheSlot.GrayText); 181return GetSystemColor(CacheSlot.Highlight); 192return GetSystemColor(CacheSlot.HighlightText); 203return GetSystemColor(CacheSlot.HotTrack); 214return GetSystemColor(CacheSlot.InactiveBorder); 225return GetSystemColor(CacheSlot.InactiveCaption); 236return GetSystemColor(CacheSlot.InactiveCaptionText); 247return GetSystemColor(CacheSlot.Info); 258return GetSystemColor(CacheSlot.InfoText); 269return GetSystemColor(CacheSlot.Menu); 280return GetSystemColor(CacheSlot.MenuBar); 291return GetSystemColor(CacheSlot.MenuHighlight); 302return GetSystemColor(CacheSlot.MenuText); 313return GetSystemColor(CacheSlot.ScrollBar); 324return GetSystemColor(CacheSlot.Window); 335return GetSystemColor(CacheSlot.WindowFrame); 346return GetSystemColor(CacheSlot.WindowText); 1822brush = new SolidColorBrush(GetSystemColor(slot));