23 references to AeroLiteFreezables
PresentationFramework.AeroLite (23)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (23)
47
EnsureCache((int)
AeroLiteFreezables
.NumFreezables);
67
AeroLiteFreezables
backgroundType =
AeroLiteFreezables
.NormalBackground;
70
backgroundType =
AeroLiteFreezables
.PressedBackground;
74
backgroundType =
AeroLiteFreezables
.HoveredBackground;
84
case
AeroLiteFreezables
.NormalBackground:
88
case
AeroLiteFreezables
.PressedBackground:
92
case
AeroLiteFreezables
.HoveredBackground:
107
AeroLiteFreezables
sideType =
AeroLiteFreezables
.NormalSides;
110
sideType =
AeroLiteFreezables
.PressedSides;
114
sideType =
AeroLiteFreezables
.HoveredSides;
131
case
AeroLiteFreezables
.NormalSides:
135
case
AeroLiteFreezables
.PressedSides:
139
case
AeroLiteFreezables
.HoveredSides:
156
if (sideType !=
AeroLiteFreezables
.NormalSides)
163
if (sideType !=
AeroLiteFreezables
.NormalSides)
188
PathGeometry arrowGeometry = (PathGeometry)GetCachedFreezable(ascending ? (int)
AeroLiteFreezables
.ArrowUpGeometry : (int)
AeroLiteFreezables
.ArrowDownGeometry);
225
CacheFreezable(arrowGeometry, ascending ? (int)
AeroLiteFreezables
.ArrowUpGeometry : (int)
AeroLiteFreezables
.ArrowDownGeometry);
229
SolidColorBrush arrowFill = (SolidColorBrush)GetCachedFreezable((int)
AeroLiteFreezables
.ArrowFill);
234
CacheFreezable(arrowFill, (int)
AeroLiteFreezables
.ArrowFill);