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