4 references to DataGridLength
PresentationFramework (4)
src\Framework\System\Windows\Controls\DataGridLength.cs (1)
37: this(pixels, DataGridLengthUnitType.Pixel)
src\Framework\System\Windows\Controls\DataGridLengthConverter.cs (3)
102return new DataGridLength(doubleValue, type); 217return new DataGridLength(1.0, (DataGridLengthUnitType)i); 283return new DataGridLength(value, unit);