31 references to GetSystemColor
PresentationFramework (31)
src\Framework\System\Windows\SystemColors.cs (31)
23return GetSystemColor(CacheSlot.ActiveBorder); 34return GetSystemColor(CacheSlot.ActiveCaption); 45return GetSystemColor(CacheSlot.ActiveCaptionText); 56return GetSystemColor(CacheSlot.AppWorkspace); 67return GetSystemColor(CacheSlot.Control); 78return GetSystemColor(CacheSlot.ControlDark); 89return GetSystemColor(CacheSlot.ControlDarkDark); 100return GetSystemColor(CacheSlot.ControlLight); 111return GetSystemColor(CacheSlot.ControlLightLight); 122return GetSystemColor(CacheSlot.ControlText); 133return GetSystemColor(CacheSlot.Desktop); 144return GetSystemColor(CacheSlot.GradientActiveCaption); 155return GetSystemColor(CacheSlot.GradientInactiveCaption); 166return GetSystemColor(CacheSlot.GrayText); 177return GetSystemColor(CacheSlot.Highlight); 188return GetSystemColor(CacheSlot.HighlightText); 199return GetSystemColor(CacheSlot.HotTrack); 210return GetSystemColor(CacheSlot.InactiveBorder); 221return GetSystemColor(CacheSlot.InactiveCaption); 232return GetSystemColor(CacheSlot.InactiveCaptionText); 243return GetSystemColor(CacheSlot.Info); 254return GetSystemColor(CacheSlot.InfoText); 265return GetSystemColor(CacheSlot.Menu); 276return GetSystemColor(CacheSlot.MenuBar); 287return GetSystemColor(CacheSlot.MenuHighlight); 298return GetSystemColor(CacheSlot.MenuText); 309return GetSystemColor(CacheSlot.ScrollBar); 320return GetSystemColor(CacheSlot.Window); 331return GetSystemColor(CacheSlot.WindowFrame); 342return GetSystemColor(CacheSlot.WindowText); 1818brush = new SolidColorBrush(GetSystemColor(slot));