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