23 references to AeroLiteFreezables
PresentationFramework.AeroLite (23)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (23)
44
EnsureCache((int)
AeroLiteFreezables
.NumFreezables);
64
AeroLiteFreezables
backgroundType =
AeroLiteFreezables
.NormalBackground;
67
backgroundType =
AeroLiteFreezables
.PressedBackground;
71
backgroundType =
AeroLiteFreezables
.HoveredBackground;
81
case
AeroLiteFreezables
.NormalBackground:
85
case
AeroLiteFreezables
.PressedBackground:
89
case
AeroLiteFreezables
.HoveredBackground:
104
AeroLiteFreezables
sideType =
AeroLiteFreezables
.NormalSides;
107
sideType =
AeroLiteFreezables
.PressedSides;
111
sideType =
AeroLiteFreezables
.HoveredSides;
128
case
AeroLiteFreezables
.NormalSides:
132
case
AeroLiteFreezables
.PressedSides:
136
case
AeroLiteFreezables
.HoveredSides:
153
if (sideType !=
AeroLiteFreezables
.NormalSides)
160
if (sideType !=
AeroLiteFreezables
.NormalSides)
185
PathGeometry arrowGeometry = (PathGeometry)GetCachedFreezable(ascending ? (int)
AeroLiteFreezables
.ArrowUpGeometry : (int)
AeroLiteFreezables
.ArrowDownGeometry);
222
CacheFreezable(arrowGeometry, ascending ? (int)
AeroLiteFreezables
.ArrowUpGeometry : (int)
AeroLiteFreezables
.ArrowDownGeometry);
226
SolidColorBrush arrowFill = (SolidColorBrush)GetCachedFreezable((int)
AeroLiteFreezables
.ArrowFill);
231
CacheFreezable(arrowFill, (int)
AeroLiteFreezables
.ArrowFill);