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