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