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