3 writes to _depth
PresentationFramework (3)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (3)
12159
private void Push() { ++
_depth
; }
12160
private void Pop() { --
_depth
; }
12161
private void Pop(ScrollTraceRecord record) { --
_depth
; record.ChangeOpDepth(-1); }
1 reference to _depth
PresentationFramework (1)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
12270
ScrollTraceRecord record = new ScrollTraceRecord(op, vsp, sti.Depth, sti.ItemIndex,
_depth
, BuildDetail(args));