21 references to LunaFreezables
PresentationFramework.Luna (21)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (21)
83EnsureCache((int)LunaFreezables.NumFreezables); 103LunaFreezables backgroundType = isPressed ? LunaFreezables.PressedBackground : isHovered ? LunaFreezables.HoveredBackground : LunaFreezables.NormalBackground; 200Pen tabStroke = (Pen)GetCachedFreezable((int)LunaFreezables.TabStroke); 209CacheFreezable(tabStroke, (int)LunaFreezables.TabStroke); 212LinearGradientBrush tabFill = (LinearGradientBrush)GetCachedFreezable((int)LunaFreezables.TabFill); 234CacheFreezable(tabFill, (int)LunaFreezables.TabFill); 245SolidColorBrush border = (SolidColorBrush)GetCachedFreezable((int)LunaFreezables.PressedBorder); 250CacheFreezable(border, (int)LunaFreezables.PressedBorder); 269LinearGradientBrush gripper = (LinearGradientBrush)GetCachedFreezable((int)(horizontal ? LunaFreezables.HorizontalGripper : LunaFreezables.VerticalGripper)); 297CacheFreezable(gripper, (int)(horizontal ? LunaFreezables.HorizontalGripper : LunaFreezables.VerticalGripper)); 315PathGeometry arrowGeometry = (PathGeometry)GetCachedFreezable(ascending ? (int)LunaFreezables.ArrowUpGeometry : (int)LunaFreezables.ArrowDownGeometry); 352CacheFreezable(arrowGeometry, ascending ? (int)LunaFreezables.ArrowUpGeometry : (int)LunaFreezables.ArrowDownGeometry); 355SolidColorBrush arrowFill = (SolidColorBrush)GetCachedFreezable((int)LunaFreezables.ArrowFill); 360CacheFreezable(arrowFill, (int)LunaFreezables.ArrowFill);