2 writes to _reentrancyFlag
PresentationCore (2)
Core\CSharp\System\Windows\Media\BitmapCacheBrush.cs (2)
353
_reentrancyFlag
= true;
364
_reentrancyFlag
= false;
2 references to _reentrancyFlag
PresentationCore (2)
Core\CSharp\System\Windows\Media\BitmapCacheBrush.cs (2)
347
if (
_reentrancyFlag
)
363
Debug.Assert(
_reentrancyFlag
); // Exit must be matched with Enter. See Enter comments.