7 references to _colorCacheValid
PresentationFramework (7)
System\Windows\SystemColors.cs (7)
2199bool color = SystemResources.ClearBitArray(_colorCacheValid); 2236lock (_colorCacheValid) 2239while (!_colorCacheValid[(int)slot]) 2241_colorCacheValid[(int)slot] = true; 2262lock (_colorCacheValid) 2264while(!_colorCacheValid[(int)slot]) 2266_colorCacheValid[(int)slot] = true;