2 writes to ChildHeight
PresentationFramework (2)
System\Windows\Controls\DataGridCellsPanel.cs (2)
1231ChildHeight = 0.0; 1361arrangeState.ChildHeight = arrangeSize.Height;
1 reference to ChildHeight
PresentationFramework (1)
System\Windows\Controls\DataGridCellsPanel.cs (1)
1483Rect rcChild = new Rect(new Size(childWidth, arrangeState.ChildHeight));