30 references to MakeBrush
PresentationFramework (30)
System\Windows\SystemColors.cs (30)
1039return MakeBrush(CacheSlot.ActiveBorder); 1050return MakeBrush(CacheSlot.ActiveCaption); 1061return MakeBrush(CacheSlot.ActiveCaptionText); 1072return MakeBrush(CacheSlot.AppWorkspace); 1083return MakeBrush(CacheSlot.Control); 1094return MakeBrush(CacheSlot.ControlDark); 1105return MakeBrush(CacheSlot.ControlDarkDark); 1116return MakeBrush(CacheSlot.ControlLight); 1127return MakeBrush(CacheSlot.ControlLightLight); 1138return MakeBrush(CacheSlot.ControlText); 1149return MakeBrush(CacheSlot.Desktop); 1160return MakeBrush(CacheSlot.GradientActiveCaption); 1171return MakeBrush(CacheSlot.GradientInactiveCaption); 1182return MakeBrush(CacheSlot.GrayText); 1193return MakeBrush(CacheSlot.Highlight); 1204return MakeBrush(CacheSlot.HighlightText); 1215return MakeBrush(CacheSlot.HotTrack); 1226return MakeBrush(CacheSlot.InactiveBorder); 1237return MakeBrush(CacheSlot.InactiveCaption); 1248return MakeBrush(CacheSlot.InactiveCaptionText); 1259return MakeBrush(CacheSlot.Info); 1270return MakeBrush(CacheSlot.InfoText); 1281return MakeBrush(CacheSlot.Menu); 1292return MakeBrush(CacheSlot.MenuBar); 1303return MakeBrush(CacheSlot.MenuHighlight); 1314return MakeBrush(CacheSlot.MenuText); 1325return MakeBrush(CacheSlot.ScrollBar); 1336return MakeBrush(CacheSlot.Window); 1347return MakeBrush(CacheSlot.WindowFrame); 1358return MakeBrush(CacheSlot.WindowText);