44 references to AeroFreezables
PresentationFramework.Aero (44)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (44)
50EnsureCache((int)AeroFreezables.NumFreezables); 73LinearGradientBrush bevel = (LinearGradientBrush)GetCachedFreezable((int)AeroFreezables.NormalBevel); 85CacheFreezable(bevel, (int)AeroFreezables.NormalBevel); 92AeroFreezables backgroundType = AeroFreezables.NormalBackground; 95backgroundType = AeroFreezables.PressedBackground; 99backgroundType = AeroFreezables.HoveredBackground; 103backgroundType = AeroFreezables.SortedBackground; 115case AeroFreezables.NormalBackground: 122case AeroFreezables.PressedBackground: 129case AeroFreezables.HoveredBackground: 136case AeroFreezables.SortedBackground: 154AeroFreezables sideType = AeroFreezables.NormalSides; 157sideType = AeroFreezables.PressedSides; 161sideType = AeroFreezables.HoveredSides; 165sideType = AeroFreezables.SortedSides; 181if (sideType != AeroFreezables.SortedSides) 191case AeroFreezables.NormalSides: 198case AeroFreezables.PressedSides: 205case AeroFreezables.HoveredSides: 212case AeroFreezables.SortedSides: 231LinearGradientBrush topBrush = (LinearGradientBrush)GetCachedFreezable((int)AeroFreezables.PressedTop); 243CacheFreezable(topBrush, (int)AeroFreezables.PressedTop); 248LinearGradientBrush pressedBevel = (LinearGradientBrush)GetCachedFreezable((int)AeroFreezables.PressedBevel); 260CacheFreezable(pressedBevel, (int)AeroFreezables.PressedBevel); 270AeroFreezables bottomType = AeroFreezables.NormalBottom; 273bottomType = AeroFreezables.PressedOrHoveredBottom; 277bottomType = AeroFreezables.PressedOrHoveredBottom; 281bottomType = AeroFreezables.SortedBottom; 289case AeroFreezables.NormalBottom: 293case AeroFreezables.PressedOrHoveredBottom: 297case AeroFreezables.SortedBottom: 318PathGeometry arrowGeometry = (PathGeometry)GetCachedFreezable(ascending ? (int)AeroFreezables.ArrowUpGeometry : (int)AeroFreezables.ArrowDownGeometry); 355CacheFreezable(arrowGeometry, ascending ? (int)AeroFreezables.ArrowUpGeometry : (int)AeroFreezables.ArrowDownGeometry); 359LinearGradientBrush arrowBorder = (LinearGradientBrush)GetCachedFreezable((int)AeroFreezables.ArrowBorder); 369CacheFreezable(arrowBorder, (int)AeroFreezables.ArrowBorder); 374LinearGradientBrush arrowFill = (LinearGradientBrush)GetCachedFreezable((int)AeroFreezables.ArrowFill); 384CacheFreezable(arrowFill, (int)AeroFreezables.ArrowFill); 388ScaleTransform arrowScale = (ScaleTransform)GetCachedFreezable((int)AeroFreezables.ArrowFillScale); 393CacheFreezable(arrowScale, (int)AeroFreezables.ArrowFillScale);