7 references to _colorCacheValid
PresentationFramework (7)
System\Windows\SystemColors.cs (7)
2202bool color = SystemResources.ClearBitArray(_colorCacheValid); 2239lock (_colorCacheValid) 2242while (!_colorCacheValid[(int)slot]) 2244_colorCacheValid[(int)slot] = true; 2265lock (_colorCacheValid) 2267while(!_colorCacheValid[(int)slot]) 2269_colorCacheValid[(int)slot] = true;