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