2 writes to ChildHeight
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (2)
1237ChildHeight = 0.0; 1367arrangeState.ChildHeight = arrangeSize.Height;
1 reference to ChildHeight
PresentationFramework (1)
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (1)
1489Rect rcChild = new Rect(new Size(childWidth, arrangeState.ChildHeight));