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