2 writes to BitmapEffectStackDepth
PresentationCore (2)
System\Windows\Media\RenderData.cs (2)
303
BitmapEffectStackDepth
= stackDepth;
311
BitmapEffectStackDepth
= 0;
2 references to BitmapEffectStackDepth
PresentationCore (2)
System\Windows\Media\Generated\RenderDataDrawingContext.cs (2)
1272
if (_renderData.
BitmapEffectStackDepth
== 0)
1318
if (_renderData.
BitmapEffectStackDepth
== (_stackDepth + 1))