2 writes to BitmapEffectStackDepth
PresentationCore (2)
System\Windows\Media\RenderData.cs (2)
302
BitmapEffectStackDepth
= stackDepth;
310
BitmapEffectStackDepth
= 0;
2 references to BitmapEffectStackDepth
PresentationCore (2)
System\Windows\Media\Generated\RenderDataDrawingContext.cs (2)
1331
if (_renderData.
BitmapEffectStackDepth
== 0)
1377
if (_renderData.
BitmapEffectStackDepth
== (_stackDepth + 1))