23 references to AeroLiteFreezables
PresentationFramework.AeroLite (23)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (23)
43
EnsureCache((int)
AeroLiteFreezables
.NumFreezables);
63
AeroLiteFreezables
backgroundType =
AeroLiteFreezables
.NormalBackground;
66
backgroundType =
AeroLiteFreezables
.PressedBackground;
70
backgroundType =
AeroLiteFreezables
.HoveredBackground;
80
case
AeroLiteFreezables
.NormalBackground:
84
case
AeroLiteFreezables
.PressedBackground:
88
case
AeroLiteFreezables
.HoveredBackground:
103
AeroLiteFreezables
sideType =
AeroLiteFreezables
.NormalSides;
106
sideType =
AeroLiteFreezables
.PressedSides;
110
sideType =
AeroLiteFreezables
.HoveredSides;
127
case
AeroLiteFreezables
.NormalSides:
131
case
AeroLiteFreezables
.PressedSides:
135
case
AeroLiteFreezables
.HoveredSides:
152
if (sideType !=
AeroLiteFreezables
.NormalSides)
159
if (sideType !=
AeroLiteFreezables
.NormalSides)
184
PathGeometry arrowGeometry = (PathGeometry)GetCachedFreezable(ascending ? (int)
AeroLiteFreezables
.ArrowUpGeometry : (int)
AeroLiteFreezables
.ArrowDownGeometry);
221
CacheFreezable(arrowGeometry, ascending ? (int)
AeroLiteFreezables
.ArrowUpGeometry : (int)
AeroLiteFreezables
.ArrowDownGeometry);
225
SolidColorBrush arrowFill = (SolidColorBrush)GetCachedFreezable((int)
AeroLiteFreezables
.ArrowFill);
230
CacheFreezable(arrowFill, (int)
AeroLiteFreezables
.ArrowFill);