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
);
1345
if (
_stackDepth
<= 0)
1377
if (_renderData.BitmapEffectStackDepth == (
_stackDepth
+ 1))
System\Windows\Media\RenderDataDrawingContext.cs (2)
118
if (_renderData != null &&
_stackDepth
> 0)
120
int stackDepth =
_stackDepth
;