30 references to MakeBrush
PresentationFramework (30)
System\Windows\SystemColors.cs (30)
1041return MakeBrush(CacheSlot.ActiveBorder); 1052return MakeBrush(CacheSlot.ActiveCaption); 1063return MakeBrush(CacheSlot.ActiveCaptionText); 1074return MakeBrush(CacheSlot.AppWorkspace); 1085return MakeBrush(CacheSlot.Control); 1096return MakeBrush(CacheSlot.ControlDark); 1107return MakeBrush(CacheSlot.ControlDarkDark); 1118return MakeBrush(CacheSlot.ControlLight); 1129return MakeBrush(CacheSlot.ControlLightLight); 1140return MakeBrush(CacheSlot.ControlText); 1151return MakeBrush(CacheSlot.Desktop); 1162return MakeBrush(CacheSlot.GradientActiveCaption); 1173return MakeBrush(CacheSlot.GradientInactiveCaption); 1184return MakeBrush(CacheSlot.GrayText); 1195return MakeBrush(CacheSlot.Highlight); 1206return MakeBrush(CacheSlot.HighlightText); 1217return MakeBrush(CacheSlot.HotTrack); 1228return MakeBrush(CacheSlot.InactiveBorder); 1239return MakeBrush(CacheSlot.InactiveCaption); 1250return MakeBrush(CacheSlot.InactiveCaptionText); 1261return MakeBrush(CacheSlot.Info); 1272return MakeBrush(CacheSlot.InfoText); 1283return MakeBrush(CacheSlot.Menu); 1294return MakeBrush(CacheSlot.MenuBar); 1305return MakeBrush(CacheSlot.MenuHighlight); 1316return MakeBrush(CacheSlot.MenuText); 1327return MakeBrush(CacheSlot.ScrollBar); 1338return MakeBrush(CacheSlot.Window); 1349return MakeBrush(CacheSlot.WindowFrame); 1360return MakeBrush(CacheSlot.WindowText);