7 references to _brushCacheValid
PresentationFramework (7)
System\Windows\SystemColors.cs (7)
2200bool brush = SystemResources.ClearBitArray(_brushCacheValid); 2309lock (_brushCacheValid) 2312while (!_brushCacheValid[(int)slot]) 2314_brushCacheValid[(int)slot] = true; 2332lock(_brushCacheValid) 2334while(!_brushCacheValid[(int)slot]) 2336_brushCacheValid[(int)slot] = true;