11 writes to _stackDepth
PresentationCore (11)
System\Windows\Media\Generated\RenderDataDrawingContext.cs (10)
901
_stackDepth
++;
940
_stackDepth
++;
981
_stackDepth
++;
1028
_stackDepth
++;
1066
_stackDepth
++;
1145
_stackDepth
++;
1183
_stackDepth
++;
1228
_stackDepth
++;
1271
_stackDepth
++;
1315
_stackDepth
--;
System\Windows\Media\RenderDataDrawingContext.cs (1)
128
_stackDepth
= 0;
5 references to _stackDepth
PresentationCore (5)
System\Windows\Media\Generated\RenderDataDrawingContext.cs (3)
1274
_renderData.BeginTopLevelBitmapEffect(
_stackDepth
);
1286
if (
_stackDepth
<= 0)
1318
if (_renderData.BitmapEffectStackDepth == (
_stackDepth
+ 1))
System\Windows\Media\RenderDataDrawingContext.cs (2)
119
if (_renderData != null &&
_stackDepth
> 0)
121
int stackDepth =
_stackDepth
;