30 references to MakeBrush
PresentationFramework (30)
System\Windows\SystemColors.cs (30)
1038return MakeBrush(CacheSlot.ActiveBorder); 1049return MakeBrush(CacheSlot.ActiveCaption); 1060return MakeBrush(CacheSlot.ActiveCaptionText); 1071return MakeBrush(CacheSlot.AppWorkspace); 1082return MakeBrush(CacheSlot.Control); 1093return MakeBrush(CacheSlot.ControlDark); 1104return MakeBrush(CacheSlot.ControlDarkDark); 1115return MakeBrush(CacheSlot.ControlLight); 1126return MakeBrush(CacheSlot.ControlLightLight); 1137return MakeBrush(CacheSlot.ControlText); 1148return MakeBrush(CacheSlot.Desktop); 1159return MakeBrush(CacheSlot.GradientActiveCaption); 1170return MakeBrush(CacheSlot.GradientInactiveCaption); 1181return MakeBrush(CacheSlot.GrayText); 1192return MakeBrush(CacheSlot.Highlight); 1203return MakeBrush(CacheSlot.HighlightText); 1214return MakeBrush(CacheSlot.HotTrack); 1225return MakeBrush(CacheSlot.InactiveBorder); 1236return MakeBrush(CacheSlot.InactiveCaption); 1247return MakeBrush(CacheSlot.InactiveCaptionText); 1258return MakeBrush(CacheSlot.Info); 1269return MakeBrush(CacheSlot.InfoText); 1280return MakeBrush(CacheSlot.Menu); 1291return MakeBrush(CacheSlot.MenuBar); 1302return MakeBrush(CacheSlot.MenuHighlight); 1313return MakeBrush(CacheSlot.MenuText); 1324return MakeBrush(CacheSlot.ScrollBar); 1335return MakeBrush(CacheSlot.Window); 1346return MakeBrush(CacheSlot.WindowFrame); 1357return MakeBrush(CacheSlot.WindowText);