30 references to MakeBrush
PresentationFramework (30)
System\Windows\SystemColors.cs (30)
851return MakeBrush(CacheSlot.ActiveBorder); 862return MakeBrush(CacheSlot.ActiveCaption); 873return MakeBrush(CacheSlot.ActiveCaptionText); 884return MakeBrush(CacheSlot.AppWorkspace); 895return MakeBrush(CacheSlot.Control); 906return MakeBrush(CacheSlot.ControlDark); 917return MakeBrush(CacheSlot.ControlDarkDark); 928return MakeBrush(CacheSlot.ControlLight); 939return MakeBrush(CacheSlot.ControlLightLight); 950return MakeBrush(CacheSlot.ControlText); 961return MakeBrush(CacheSlot.Desktop); 972return MakeBrush(CacheSlot.GradientActiveCaption); 983return MakeBrush(CacheSlot.GradientInactiveCaption); 994return MakeBrush(CacheSlot.GrayText); 1005return MakeBrush(CacheSlot.Highlight); 1016return MakeBrush(CacheSlot.HighlightText); 1027return MakeBrush(CacheSlot.HotTrack); 1038return MakeBrush(CacheSlot.InactiveBorder); 1049return MakeBrush(CacheSlot.InactiveCaption); 1060return MakeBrush(CacheSlot.InactiveCaptionText); 1071return MakeBrush(CacheSlot.Info); 1082return MakeBrush(CacheSlot.InfoText); 1093return MakeBrush(CacheSlot.Menu); 1104return MakeBrush(CacheSlot.MenuBar); 1115return MakeBrush(CacheSlot.MenuHighlight); 1126return MakeBrush(CacheSlot.MenuText); 1137return MakeBrush(CacheSlot.ScrollBar); 1148return MakeBrush(CacheSlot.Window); 1159return MakeBrush(CacheSlot.WindowFrame); 1170return MakeBrush(CacheSlot.WindowText);