3 writes to _depth
PresentationFramework (3)
System\Windows\Controls\VirtualizingStackPanel.cs (3)
12320
private void Push() { ++
_depth
; }
12321
private void Pop() { --
_depth
; }
12322
private void Pop(ScrollTraceRecord record) { --
_depth
; record.ChangeOpDepth(-1); }
1 reference to _depth
PresentationFramework (1)
System\Windows\Controls\VirtualizingStackPanel.cs (1)
12437
ScrollTraceRecord record = new ScrollTraceRecord(op, vsp, sti.Depth, sti.ItemIndex,
_depth
, BuildDetail(args));