11 writes to _stackDepth
PresentationCore (11)
System\Windows\Media\Generated\RenderDataDrawingContext.cs (10)
952
_stackDepth
++;
992
_stackDepth
++;
1034
_stackDepth
++;
1082
_stackDepth
++;
1121
_stackDepth
++;
1203
_stackDepth
++;
1241
_stackDepth
++;
1287
_stackDepth
++;
1331
_stackDepth
++;
1375
_stackDepth
--;
System\Windows\Media\RenderDataDrawingContext.cs (1)
128
_stackDepth
= 0;
5 references to _stackDepth
PresentationCore (5)
System\Windows\Media\Generated\RenderDataDrawingContext.cs (3)
1334
_renderData.BeginTopLevelBitmapEffect(
_stackDepth
);
1346
if (
_stackDepth
<= 0)
1378
if (_renderData.BitmapEffectStackDepth == (
_stackDepth
+ 1))
System\Windows\Media\RenderDataDrawingContext.cs (2)
119
if (_renderData != null &&
_stackDepth
> 0)
121
int stackDepth =
_stackDepth
;