4 references to DataGridLength
PresentationFramework (4)
System\Windows\Controls\DataGridLength.cs (1)
36: this(pixels, DataGridLengthUnitType.Pixel)
System\Windows\Controls\DataGridLengthConverter.cs (3)
101return new DataGridLength(doubleValue, type); 208return new DataGridLength(1.0, (DataGridLengthUnitType)i); 267return new DataGridLength(value, unit);