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