21 references to LunaFreezables
PresentationFramework.Luna (21)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (21)
84EnsureCache((int)LunaFreezables.NumFreezables); 104LunaFreezables backgroundType = isPressed ? LunaFreezables.PressedBackground : isHovered ? LunaFreezables.HoveredBackground : LunaFreezables.NormalBackground; 201Pen tabStroke = (Pen)GetCachedFreezable((int)LunaFreezables.TabStroke); 210CacheFreezable(tabStroke, (int)LunaFreezables.TabStroke); 213LinearGradientBrush tabFill = (LinearGradientBrush)GetCachedFreezable((int)LunaFreezables.TabFill); 235CacheFreezable(tabFill, (int)LunaFreezables.TabFill); 246SolidColorBrush border = (SolidColorBrush)GetCachedFreezable((int)LunaFreezables.PressedBorder); 251CacheFreezable(border, (int)LunaFreezables.PressedBorder); 270LinearGradientBrush gripper = (LinearGradientBrush)GetCachedFreezable((int)(horizontal ? LunaFreezables.HorizontalGripper : LunaFreezables.VerticalGripper)); 298CacheFreezable(gripper, (int)(horizontal ? LunaFreezables.HorizontalGripper : LunaFreezables.VerticalGripper)); 316PathGeometry arrowGeometry = (PathGeometry)GetCachedFreezable(ascending ? (int)LunaFreezables.ArrowUpGeometry : (int)LunaFreezables.ArrowDownGeometry); 353CacheFreezable(arrowGeometry, ascending ? (int)LunaFreezables.ArrowUpGeometry : (int)LunaFreezables.ArrowDownGeometry); 356SolidColorBrush arrowFill = (SolidColorBrush)GetCachedFreezable((int)LunaFreezables.ArrowFill); 361CacheFreezable(arrowFill, (int)LunaFreezables.ArrowFill);