4 references to _brushCacheValid
PresentationFramework (4)
src\Framework\System\Windows\SystemColors.cs (4)
1749
bool brush = SystemResources.ClearBitArray(
_brushCacheValid
);
1811
lock (
_brushCacheValid
)
1814
while (!
_brushCacheValid
[(int)slot])
1816
_brushCacheValid
[(int)slot] = true;