44 references to AeroFreezables
PresentationFramework.Aero (44)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (44)
44EnsureCache((int)AeroFreezables.NumFreezables); 67LinearGradientBrush bevel = (LinearGradientBrush)GetCachedFreezable((int)AeroFreezables.NormalBevel); 81CacheFreezable(bevel, (int)AeroFreezables.NormalBevel); 88AeroFreezables backgroundType = AeroFreezables.NormalBackground; 91backgroundType = AeroFreezables.PressedBackground; 95backgroundType = AeroFreezables.HoveredBackground; 99backgroundType = 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) 191case AeroFreezables.NormalSides: 198case AeroFreezables.PressedSides: 205case AeroFreezables.HoveredSides: 212case AeroFreezables.SortedSides: 231LinearGradientBrush topBrush = (LinearGradientBrush)GetCachedFreezable((int)AeroFreezables.PressedTop); 245CacheFreezable(topBrush, (int)AeroFreezables.PressedTop); 250LinearGradientBrush pressedBevel = (LinearGradientBrush)GetCachedFreezable((int)AeroFreezables.PressedBevel); 264CacheFreezable(pressedBevel, (int)AeroFreezables.PressedBevel); 274AeroFreezables bottomType = AeroFreezables.NormalBottom; 277bottomType = AeroFreezables.PressedOrHoveredBottom; 281bottomType = AeroFreezables.PressedOrHoveredBottom; 285bottomType = AeroFreezables.SortedBottom; 293case AeroFreezables.NormalBottom: 297case AeroFreezables.PressedOrHoveredBottom: 301case AeroFreezables.SortedBottom: 322PathGeometry arrowGeometry = (PathGeometry)GetCachedFreezable(ascending ? (int)AeroFreezables.ArrowUpGeometry : (int)AeroFreezables.ArrowDownGeometry); 359CacheFreezable(arrowGeometry, ascending ? (int)AeroFreezables.ArrowUpGeometry : (int)AeroFreezables.ArrowDownGeometry); 363LinearGradientBrush arrowBorder = (LinearGradientBrush)GetCachedFreezable((int)AeroFreezables.ArrowBorder); 375CacheFreezable(arrowBorder, (int)AeroFreezables.ArrowBorder); 380LinearGradientBrush arrowFill = (LinearGradientBrush)GetCachedFreezable((int)AeroFreezables.ArrowFill); 392CacheFreezable(arrowFill, (int)AeroFreezables.ArrowFill); 396ScaleTransform arrowScale = (ScaleTransform)GetCachedFreezable((int)AeroFreezables.ArrowFillScale); 401CacheFreezable(arrowScale, (int)AeroFreezables.ArrowFillScale);