44 references to AeroFreezables
PresentationFramework.Aero2 (44)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (44)
48EnsureCache((int)AeroFreezables.NumFreezables); 71LinearGradientBrush bevel = (LinearGradientBrush)GetCachedFreezable((int)AeroFreezables.NormalBevel); 83CacheFreezable(bevel, (int)AeroFreezables.NormalBevel); 90AeroFreezables backgroundType = AeroFreezables.NormalBackground; 93backgroundType = AeroFreezables.PressedBackground; 97backgroundType = AeroFreezables.HoveredBackground; 101backgroundType = AeroFreezables.SortedBackground; 113case AeroFreezables.NormalBackground: 120case AeroFreezables.PressedBackground: 127case AeroFreezables.HoveredBackground: 134case AeroFreezables.SortedBackground: 152AeroFreezables sideType = AeroFreezables.NormalSides; 155sideType = AeroFreezables.PressedSides; 159sideType = AeroFreezables.HoveredSides; 163sideType = AeroFreezables.SortedSides; 179if (sideType != AeroFreezables.SortedSides) 189case AeroFreezables.NormalSides: 196case AeroFreezables.PressedSides: 203case AeroFreezables.HoveredSides: 210case AeroFreezables.SortedSides: 229LinearGradientBrush topBrush = (LinearGradientBrush)GetCachedFreezable((int)AeroFreezables.PressedTop); 241CacheFreezable(topBrush, (int)AeroFreezables.PressedTop); 246LinearGradientBrush pressedBevel = (LinearGradientBrush)GetCachedFreezable((int)AeroFreezables.PressedBevel); 258CacheFreezable(pressedBevel, (int)AeroFreezables.PressedBevel); 268AeroFreezables bottomType = AeroFreezables.NormalBottom; 271bottomType = AeroFreezables.PressedOrHoveredBottom; 275bottomType = AeroFreezables.PressedOrHoveredBottom; 279bottomType = AeroFreezables.SortedBottom; 287case AeroFreezables.NormalBottom: 291case AeroFreezables.PressedOrHoveredBottom: 295case AeroFreezables.SortedBottom: 316PathGeometry arrowGeometry = (PathGeometry)GetCachedFreezable(ascending ? (int)AeroFreezables.ArrowUpGeometry : (int)AeroFreezables.ArrowDownGeometry); 353CacheFreezable(arrowGeometry, ascending ? (int)AeroFreezables.ArrowUpGeometry : (int)AeroFreezables.ArrowDownGeometry); 357LinearGradientBrush arrowBorder = (LinearGradientBrush)GetCachedFreezable((int)AeroFreezables.ArrowBorder); 367CacheFreezable(arrowBorder, (int)AeroFreezables.ArrowBorder); 372LinearGradientBrush arrowFill = (LinearGradientBrush)GetCachedFreezable((int)AeroFreezables.ArrowFill); 382CacheFreezable(arrowFill, (int)AeroFreezables.ArrowFill); 386ScaleTransform arrowScale = (ScaleTransform)GetCachedFreezable((int)AeroFreezables.ArrowFillScale); 391CacheFreezable(arrowScale, (int)AeroFreezables.ArrowFillScale);