21 references to LunaFreezables
PresentationFramework.Luna (21)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (21)
89EnsureCache((int)LunaFreezables.NumFreezables); 109LunaFreezables backgroundType = isPressed ? LunaFreezables.PressedBackground : isHovered ? LunaFreezables.HoveredBackground : LunaFreezables.NormalBackground; 203Pen tabStroke = (Pen)GetCachedFreezable((int)LunaFreezables.TabStroke); 212CacheFreezable(tabStroke, (int)LunaFreezables.TabStroke); 215LinearGradientBrush 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)); 296CacheFreezable(gripper, (int)(horizontal ? LunaFreezables.HorizontalGripper : LunaFreezables.VerticalGripper)); 314PathGeometry arrowGeometry = (PathGeometry)GetCachedFreezable(ascending ? (int)LunaFreezables.ArrowUpGeometry : (int)LunaFreezables.ArrowDownGeometry); 351CacheFreezable(arrowGeometry, ascending ? (int)LunaFreezables.ArrowUpGeometry : (int)LunaFreezables.ArrowDownGeometry); 354SolidColorBrush arrowFill = (SolidColorBrush)GetCachedFreezable((int)LunaFreezables.ArrowFill); 359CacheFreezable(arrowFill, (int)LunaFreezables.ArrowFill);