30 references to MakeBrush
PresentationFramework (30)
src\Framework\System\Windows\SystemColors.cs (30)
847return MakeBrush(CacheSlot.ActiveBorder); 858return MakeBrush(CacheSlot.ActiveCaption); 869return MakeBrush(CacheSlot.ActiveCaptionText); 880return MakeBrush(CacheSlot.AppWorkspace); 891return MakeBrush(CacheSlot.Control); 902return MakeBrush(CacheSlot.ControlDark); 913return MakeBrush(CacheSlot.ControlDarkDark); 924return MakeBrush(CacheSlot.ControlLight); 935return MakeBrush(CacheSlot.ControlLightLight); 946return MakeBrush(CacheSlot.ControlText); 957return MakeBrush(CacheSlot.Desktop); 968return MakeBrush(CacheSlot.GradientActiveCaption); 979return MakeBrush(CacheSlot.GradientInactiveCaption); 990return MakeBrush(CacheSlot.GrayText); 1001return MakeBrush(CacheSlot.Highlight); 1012return MakeBrush(CacheSlot.HighlightText); 1023return MakeBrush(CacheSlot.HotTrack); 1034return MakeBrush(CacheSlot.InactiveBorder); 1045return MakeBrush(CacheSlot.InactiveCaption); 1056return MakeBrush(CacheSlot.InactiveCaptionText); 1067return MakeBrush(CacheSlot.Info); 1078return MakeBrush(CacheSlot.InfoText); 1089return MakeBrush(CacheSlot.Menu); 1100return MakeBrush(CacheSlot.MenuBar); 1111return MakeBrush(CacheSlot.MenuHighlight); 1122return MakeBrush(CacheSlot.MenuText); 1133return MakeBrush(CacheSlot.ScrollBar); 1144return MakeBrush(CacheSlot.Window); 1155return MakeBrush(CacheSlot.WindowFrame); 1166return MakeBrush(CacheSlot.WindowText);