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); 1485if (_stackDepth <= 0) 1517if (_renderData.BitmapEffectStackDepth == (_stackDepth + 1))
Core\CSharp\System\Windows\Media\RenderDataDrawingContext.cs (2)
145if (_renderData != null && _stackDepth > 0) 147int stackDepth = _stackDepth;