7 references to _brushCacheValid
PresentationFramework (7)
System\Windows\SystemColors.cs (7)
2201bool brush = SystemResources.ClearBitArray(_brushCacheValid); 2310lock (_brushCacheValid) 2313while (!_brushCacheValid[(int)slot]) 2315_brushCacheValid[(int)slot] = true; 2333lock(_brushCacheValid) 2335while(!_brushCacheValid[(int)slot]) 2337_brushCacheValid[(int)slot] = true;