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