2 writes to InChildMeasurePass2
PresentationFramework (2)
System\Windows\Controls\ScrollViewer.cs (2)
1227InChildMeasurePass2 = true; 1232InChildMeasurePass2 = false;
2 references to InChildMeasurePass2
PresentationFramework (2)
System\Windows\Controls\VirtualizingStackPanel.cs (2)
9876if (sv.InChildMeasurePass1 || sv.InChildMeasurePass2) 10593if (sv.InChildMeasurePass1 || sv.InChildMeasurePass2)