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