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