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