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