11 writes to _stackDepth
PresentationCore (11)
System\Windows\Media\Generated\RenderDataDrawingContext.cs (10)
951_stackDepth++; 991_stackDepth++; 1033_stackDepth++; 1081_stackDepth++; 1120_stackDepth++; 1202_stackDepth++; 1240_stackDepth++; 1286_stackDepth++; 1330_stackDepth++; 1374_stackDepth--;
System\Windows\Media\RenderDataDrawingContext.cs (1)
127_stackDepth = 0;
5 references to _stackDepth
PresentationCore (5)
System\Windows\Media\Generated\RenderDataDrawingContext.cs (3)
1333_renderData.BeginTopLevelBitmapEffect(_stackDepth); 1345if (_stackDepth <= 0) 1377if (_renderData.BitmapEffectStackDepth == (_stackDepth + 1))
System\Windows\Media\RenderDataDrawingContext.cs (2)
118if (_renderData != null && _stackDepth > 0) 120int stackDepth = _stackDepth;