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