4 references to DataGridLength
PresentationFramework (4)
System\Windows\Controls\DataGridLength.cs (1)
33: this(pixels, DataGridLengthUnitType.Pixel)
System\Windows\Controls\DataGridLengthConverter.cs (3)
97return new DataGridLength(doubleValue, type); 204return new DataGridLength(1.0, (DataGridLengthUnitType)i); 263return new DataGridLength(value, unit);