2 writes to InChildMeasurePass1
PresentationFramework (2)
src\Framework\System\Windows\Controls\ScrollViewer.cs (2)
1219InChildMeasurePass1 = true; 1224InChildMeasurePass1 = false;
2 references to InChildMeasurePass1
PresentationFramework (2)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (2)
9754if (sv.InChildMeasurePass1 || sv.InChildMeasurePass2) 10471if (sv.InChildMeasurePass1 || sv.InChildMeasurePass2)