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