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