4 references to NumSlots
PresentationFramework (4)
System\Windows\SystemColors.cs (4)
2467private static BitArray _colorCacheValid = new BitArray((int)CacheSlot.NumSlots); 2468private static Color[] _colorCache = new Color[(int)CacheSlot.NumSlots]; 2469private static BitArray _brushCacheValid = new BitArray((int)CacheSlot.NumSlots); 2470private static SolidColorBrush[] _brushCache = new SolidColorBrush[(int)CacheSlot.NumSlots];