44 references to AeroFreezables
PresentationFramework.Aero2 (44)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (44)
45EnsureCache((int)AeroFreezables.NumFreezables); 68LinearGradientBrush bevel = (LinearGradientBrush)GetCachedFreezable((int)AeroFreezables.NormalBevel); 82CacheFreezable(bevel, (int)AeroFreezables.NormalBevel); 89AeroFreezables backgroundType = AeroFreezables.NormalBackground; 92backgroundType = AeroFreezables.PressedBackground; 96backgroundType = AeroFreezables.HoveredBackground; 100backgroundType = AeroFreezables.SortedBackground; 114case AeroFreezables.NormalBackground: 121case AeroFreezables.PressedBackground: 128case AeroFreezables.HoveredBackground: 135case AeroFreezables.SortedBackground: 153AeroFreezables sideType = AeroFreezables.NormalSides; 156sideType = AeroFreezables.PressedSides; 160sideType = AeroFreezables.HoveredSides; 164sideType = AeroFreezables.SortedSides; 180if (sideType != AeroFreezables.SortedSides) 192case AeroFreezables.NormalSides: 199case AeroFreezables.PressedSides: 206case AeroFreezables.HoveredSides: 213case AeroFreezables.SortedSides: 232LinearGradientBrush topBrush = (LinearGradientBrush)GetCachedFreezable((int)AeroFreezables.PressedTop); 246CacheFreezable(topBrush, (int)AeroFreezables.PressedTop); 251LinearGradientBrush pressedBevel = (LinearGradientBrush)GetCachedFreezable((int)AeroFreezables.PressedBevel); 265CacheFreezable(pressedBevel, (int)AeroFreezables.PressedBevel); 275AeroFreezables bottomType = AeroFreezables.NormalBottom; 278bottomType = AeroFreezables.PressedOrHoveredBottom; 282bottomType = AeroFreezables.PressedOrHoveredBottom; 286bottomType = AeroFreezables.SortedBottom; 294case AeroFreezables.NormalBottom: 298case AeroFreezables.PressedOrHoveredBottom: 302case AeroFreezables.SortedBottom: 323PathGeometry arrowGeometry = (PathGeometry)GetCachedFreezable(ascending ? (int)AeroFreezables.ArrowUpGeometry : (int)AeroFreezables.ArrowDownGeometry); 360CacheFreezable(arrowGeometry, ascending ? (int)AeroFreezables.ArrowUpGeometry : (int)AeroFreezables.ArrowDownGeometry); 364LinearGradientBrush arrowBorder = (LinearGradientBrush)GetCachedFreezable((int)AeroFreezables.ArrowBorder); 376CacheFreezable(arrowBorder, (int)AeroFreezables.ArrowBorder); 381LinearGradientBrush arrowFill = (LinearGradientBrush)GetCachedFreezable((int)AeroFreezables.ArrowFill); 393CacheFreezable(arrowFill, (int)AeroFreezables.ArrowFill); 397ScaleTransform arrowScale = (ScaleTransform)GetCachedFreezable((int)AeroFreezables.ArrowFillScale); 402CacheFreezable(arrowScale, (int)AeroFreezables.ArrowFillScale);