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