4 references to NumSlots
PresentationFramework (4)
src\Framework\System\Windows\SystemColors.cs (4)
1937
private static BitArray _colorCacheValid = new BitArray((int)CacheSlot.
NumSlots
);
1938
private static Color[] _colorCache = new Color[(int)CacheSlot.
NumSlots
];
1939
private static BitArray _brushCacheValid = new BitArray((int)CacheSlot.
NumSlots
);
1940
private static SolidColorBrush[] _brushCache = new SolidColorBrush[(int)CacheSlot.
NumSlots
];