11 writes to _stackDepth
PresentationCore (11)
Core\CSharp\System\Windows\Media\Generated\RenderDataDrawingContext.cs (10)
1046
_stackDepth
++;
1091
_stackDepth
++;
1138
_stackDepth
++;
1191
_stackDepth
++;
1235
_stackDepth
++;
1322
_stackDepth
++;
1365
_stackDepth
++;
1416
_stackDepth
++;
1465
_stackDepth
++;
1514
_stackDepth
--;
Core\CSharp\System\Windows\Media\RenderDataDrawingContext.cs (1)
154
_stackDepth
= 0;
5 references to _stackDepth
PresentationCore (5)
Core\CSharp\System\Windows\Media\Generated\RenderDataDrawingContext.cs (3)
1468
_renderData.BeginTopLevelBitmapEffect(
_stackDepth
);
1485
if (
_stackDepth
<= 0)
1517
if (_renderData.BitmapEffectStackDepth == (
_stackDepth
+ 1))
Core\CSharp\System\Windows\Media\RenderDataDrawingContext.cs (2)
145
if (_renderData != null &&
_stackDepth
> 0)
147
int stackDepth =
_stackDepth
;