2 writes to OpDepth
PresentationFramework (2)
System\Windows\Controls\VirtualizingStackPanel.cs (2)
12796OpDepth = opDepth; 12821internal void ChangeOpDepth(int delta) { OpDepth += delta; }
2 references to OpDepth
PresentationFramework (2)
System\Windows\Controls\VirtualizingStackPanel.cs (2)
12825return string.Create(CultureInfo.InvariantCulture, $"{OpDepth} {VDepth} {ItemIndex} {Op} {Detail}"); 12831writer.Write(OpDepth);