7 references to _colorCacheValid
PresentationFramework (7)
System\Windows\SystemColors.cs (7)
2200bool color = SystemResources.ClearBitArray(_colorCacheValid); 2237lock (_colorCacheValid) 2240while (!_colorCacheValid[(int)slot]) 2242_colorCacheValid[(int)slot] = true; 2263lock (_colorCacheValid) 2265while(!_colorCacheValid[(int)slot]) 2267_colorCacheValid[(int)slot] = true;