120 references to CacheSlot
PresentationFramework (120)
System\Windows\SystemColors.cs (120)
26
return GetSystemColor(
CacheSlot
.ActiveBorder);
37
return GetSystemColor(
CacheSlot
.ActiveCaption);
48
return GetSystemColor(
CacheSlot
.ActiveCaptionText);
59
return GetSystemColor(
CacheSlot
.AppWorkspace);
70
return GetSystemColor(
CacheSlot
.Control);
81
return GetSystemColor(
CacheSlot
.ControlDark);
92
return GetSystemColor(
CacheSlot
.ControlDarkDark);
103
return GetSystemColor(
CacheSlot
.ControlLight);
114
return GetSystemColor(
CacheSlot
.ControlLightLight);
125
return GetSystemColor(
CacheSlot
.ControlText);
136
return GetSystemColor(
CacheSlot
.Desktop);
147
return GetSystemColor(
CacheSlot
.GradientActiveCaption);
158
return GetSystemColor(
CacheSlot
.GradientInactiveCaption);
169
return GetSystemColor(
CacheSlot
.GrayText);
180
return GetSystemColor(
CacheSlot
.Highlight);
191
return GetSystemColor(
CacheSlot
.HighlightText);
202
return GetSystemColor(
CacheSlot
.HotTrack);
213
return GetSystemColor(
CacheSlot
.InactiveBorder);
224
return GetSystemColor(
CacheSlot
.InactiveCaption);
235
return GetSystemColor(
CacheSlot
.InactiveCaptionText);
246
return GetSystemColor(
CacheSlot
.Info);
257
return GetSystemColor(
CacheSlot
.InfoText);
268
return GetSystemColor(
CacheSlot
.Menu);
279
return GetSystemColor(
CacheSlot
.MenuBar);
290
return GetSystemColor(
CacheSlot
.MenuHighlight);
301
return GetSystemColor(
CacheSlot
.MenuText);
312
return GetSystemColor(
CacheSlot
.ScrollBar);
323
return GetSystemColor(
CacheSlot
.Window);
334
return GetSystemColor(
CacheSlot
.WindowFrame);
345
return GetSystemColor(
CacheSlot
.WindowText);
356
return GetAccentColor(
CacheSlot
.AccentColor);
367
return GetAccentColor(
CacheSlot
.AccentColorLight1);
378
return GetAccentColor(
CacheSlot
.AccentColorLight2);
389
return GetAccentColor(
CacheSlot
.AccentColorLight3);
400
return GetAccentColor(
CacheSlot
.AccentColorDark1);
411
return GetAccentColor(
CacheSlot
.AccentColorDark2);
422
return GetAccentColor(
CacheSlot
.AccentColorDark3);
1039
return MakeBrush(
CacheSlot
.ActiveBorder);
1050
return MakeBrush(
CacheSlot
.ActiveCaption);
1061
return MakeBrush(
CacheSlot
.ActiveCaptionText);
1072
return MakeBrush(
CacheSlot
.AppWorkspace);
1083
return MakeBrush(
CacheSlot
.Control);
1094
return MakeBrush(
CacheSlot
.ControlDark);
1105
return MakeBrush(
CacheSlot
.ControlDarkDark);
1116
return MakeBrush(
CacheSlot
.ControlLight);
1127
return MakeBrush(
CacheSlot
.ControlLightLight);
1138
return MakeBrush(
CacheSlot
.ControlText);
1149
return MakeBrush(
CacheSlot
.Desktop);
1160
return MakeBrush(
CacheSlot
.GradientActiveCaption);
1171
return MakeBrush(
CacheSlot
.GradientInactiveCaption);
1182
return MakeBrush(
CacheSlot
.GrayText);
1193
return MakeBrush(
CacheSlot
.Highlight);
1204
return MakeBrush(
CacheSlot
.HighlightText);
1215
return MakeBrush(
CacheSlot
.HotTrack);
1226
return MakeBrush(
CacheSlot
.InactiveBorder);
1237
return MakeBrush(
CacheSlot
.InactiveCaption);
1248
return MakeBrush(
CacheSlot
.InactiveCaptionText);
1259
return MakeBrush(
CacheSlot
.Info);
1270
return MakeBrush(
CacheSlot
.InfoText);
1281
return MakeBrush(
CacheSlot
.Menu);
1292
return MakeBrush(
CacheSlot
.MenuBar);
1303
return MakeBrush(
CacheSlot
.MenuHighlight);
1314
return MakeBrush(
CacheSlot
.MenuText);
1325
return MakeBrush(
CacheSlot
.ScrollBar);
1336
return MakeBrush(
CacheSlot
.Window);
1347
return MakeBrush(
CacheSlot
.WindowFrame);
1358
return MakeBrush(
CacheSlot
.WindowText);
1421
return MakeAccentBrush(
CacheSlot
.AccentColor);
1442
return MakeAccentBrush(
CacheSlot
.AccentColorLight1);
1463
return MakeAccentBrush(
CacheSlot
.AccentColorLight2);
1484
return MakeAccentBrush(
CacheSlot
.AccentColorLight3);
1505
return MakeAccentBrush(
CacheSlot
.AccentColorDark1);
1526
return MakeAccentBrush(
CacheSlot
.AccentColorDark2);
1547
return MakeAccentBrush(
CacheSlot
.AccentColorDark3);
2233
private static Color GetSystemColor(
CacheSlot
slot)
2259
private static Color GetAccentColor(
CacheSlot
slot)
2271
case
CacheSlot
.AccentColor:
2274
case
CacheSlot
.AccentColorLight1:
2277
case
CacheSlot
.AccentColorLight2:
2280
case
CacheSlot
.AccentColorLight3:
2283
case
CacheSlot
.AccentColorDark1:
2286
case
CacheSlot
.AccentColorDark2:
2289
case
CacheSlot
.AccentColorDark3:
2306
private static SolidColorBrush MakeBrush(
CacheSlot
slot)
2329
private static SolidColorBrush MakeAccentBrush(
CacheSlot
slot)
2351
private static int SlotToFlag(
CacheSlot
slot)
2357
case
CacheSlot
.ActiveBorder:
2359
case
CacheSlot
.ActiveCaption:
2361
case
CacheSlot
.ActiveCaptionText:
2363
case
CacheSlot
.AppWorkspace:
2365
case
CacheSlot
.Control:
2367
case
CacheSlot
.ControlDark:
2369
case
CacheSlot
.ControlDarkDark:
2371
case
CacheSlot
.ControlLight:
2373
case
CacheSlot
.ControlLightLight:
2375
case
CacheSlot
.ControlText:
2377
case
CacheSlot
.Desktop:
2379
case
CacheSlot
.GradientActiveCaption:
2381
case
CacheSlot
.GradientInactiveCaption:
2383
case
CacheSlot
.GrayText:
2385
case
CacheSlot
.Highlight:
2387
case
CacheSlot
.HighlightText:
2389
case
CacheSlot
.HotTrack:
2391
case
CacheSlot
.InactiveBorder:
2393
case
CacheSlot
.InactiveCaption:
2395
case
CacheSlot
.InactiveCaptionText:
2397
case
CacheSlot
.Info:
2399
case
CacheSlot
.InfoText:
2401
case
CacheSlot
.Menu:
2403
case
CacheSlot
.MenuBar:
2405
case
CacheSlot
.MenuHighlight:
2407
case
CacheSlot
.MenuText:
2409
case
CacheSlot
.ScrollBar:
2411
case
CacheSlot
.Window:
2413
case
CacheSlot
.WindowFrame:
2415
case
CacheSlot
.WindowText:
2465
private static BitArray _colorCacheValid = new BitArray((int)
CacheSlot
.NumSlots);
2466
private static Color[] _colorCache = new Color[(int)
CacheSlot
.NumSlots];
2467
private static BitArray _brushCacheValid = new BitArray((int)
CacheSlot
.NumSlots);
2468
private static SolidColorBrush[] _brushCache = new SolidColorBrush[(int)
CacheSlot
.NumSlots];