7 references to _brushCacheValid
PresentationFramework (7)
System\Windows\SystemColors.cs (7)
2203bool brush = SystemResources.ClearBitArray(_brushCacheValid); 2312lock (_brushCacheValid) 2315while (!_brushCacheValid[(int)slot]) 2317_brushCacheValid[(int)slot] = true; 2335lock(_brushCacheValid) 2337while(!_brushCacheValid[(int)slot]) 2339_brushCacheValid[(int)slot] = true;