2 writes to BitmapEffectStackDepth
PresentationCore (2)
Core\CSharp\System\Windows\Media\RenderData.cs (2)
319BitmapEffectStackDepth = stackDepth; 327BitmapEffectStackDepth = 0;
2 references to BitmapEffectStackDepth
PresentationCore (2)
Core\CSharp\System\Windows\Media\Generated\RenderDataDrawingContext.cs (2)
1466if (_renderData.BitmapEffectStackDepth == 0) 1517if (_renderData.BitmapEffectStackDepth == (_stackDepth + 1))