21 references to LunaFreezables
PresentationFramework.Luna (21)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (21)
87EnsureCache((int)LunaFreezables.NumFreezables); 107LunaFreezables 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); 233CacheFreezable(tabFill, (int)LunaFreezables.TabFill); 244SolidColorBrush border = (SolidColorBrush)GetCachedFreezable((int)LunaFreezables.PressedBorder); 249CacheFreezable(border, (int)LunaFreezables.PressedBorder); 268LinearGradientBrush gripper = (LinearGradientBrush)GetCachedFreezable((int)(horizontal ? LunaFreezables.HorizontalGripper : LunaFreezables.VerticalGripper)); 294CacheFreezable(gripper, (int)(horizontal ? LunaFreezables.HorizontalGripper : LunaFreezables.VerticalGripper)); 312PathGeometry arrowGeometry = (PathGeometry)GetCachedFreezable(ascending ? (int)LunaFreezables.ArrowUpGeometry : (int)LunaFreezables.ArrowDownGeometry); 349CacheFreezable(arrowGeometry, ascending ? (int)LunaFreezables.ArrowUpGeometry : (int)LunaFreezables.ArrowDownGeometry); 352SolidColorBrush arrowFill = (SolidColorBrush)GetCachedFreezable((int)LunaFreezables.ArrowFill); 357CacheFreezable(arrowFill, (int)LunaFreezables.ArrowFill);