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