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