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