2 writes to BitmapEffectStackDepth
PresentationCore (2)
System\Windows\Media\RenderData.cs (2)
314
BitmapEffectStackDepth
= stackDepth;
322
BitmapEffectStackDepth
= 0;
2 references to BitmapEffectStackDepth
PresentationCore (2)
System\Windows\Media\Generated\RenderDataDrawingContext.cs (2)
1289
if (_renderData.
BitmapEffectStackDepth
== 0)
1335
if (_renderData.
BitmapEffectStackDepth
== (_stackDepth + 1))