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