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)
347if (_reentrancyFlag) 363Debug.Assert(_reentrancyFlag); // Exit must be matched with Enter. See Enter comments.