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