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; 198Pen tabStroke = (Pen)GetCachedFreezable((int)LunaFreezables.TabStroke); 207CacheFreezable(tabStroke, (int)LunaFreezables.TabStroke); 210LinearGradientBrush tabFill = (LinearGradientBrush)GetCachedFreezable((int)LunaFreezables.TabFill); 230CacheFreezable(tabFill, (int)LunaFreezables.TabFill); 241SolidColorBrush border = (SolidColorBrush)GetCachedFreezable((int)LunaFreezables.PressedBorder); 246CacheFreezable(border, (int)LunaFreezables.PressedBorder); 265LinearGradientBrush gripper = (LinearGradientBrush)GetCachedFreezable((int)(horizontal ? LunaFreezables.HorizontalGripper : LunaFreezables.VerticalGripper)); 291CacheFreezable(gripper, (int)(horizontal ? LunaFreezables.HorizontalGripper : LunaFreezables.VerticalGripper)); 309PathGeometry arrowGeometry = (PathGeometry)GetCachedFreezable(ascending ? (int)LunaFreezables.ArrowUpGeometry : (int)LunaFreezables.ArrowDownGeometry); 346CacheFreezable(arrowGeometry, ascending ? (int)LunaFreezables.ArrowUpGeometry : (int)LunaFreezables.ArrowDownGeometry); 349SolidColorBrush arrowFill = (SolidColorBrush)GetCachedFreezable((int)LunaFreezables.ArrowFill); 354CacheFreezable(arrowFill, (int)LunaFreezables.ArrowFill);