4 references to DataGridLength
PresentationFramework (4)
System\Windows\Automation\Peers\DataGridColumnHeaderItemAutomationPeer.cs (1)
180
Column.Width = new
DataGridLength
(width);
System\Windows\Controls\DataGridCell.cs (2)
984
updatedWidth = new
DataGridLength
(Column.ActualWidth + ColumnWidthStepSize);
988
updatedWidth = new
DataGridLength
(Column.ActualWidth - ColumnWidthStepSize);
System\Windows\Controls\DataGridLength.cs (1)
335
return new
DataGridLength
(value);