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