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