4 references to DataGridLength
PresentationFramework (4)
System\Windows\Controls\DataGridLength.cs (1)
32
:
this
(pixels, DataGridLengthUnitType.Pixel)
System\Windows\Controls\DataGridLengthConverter.cs (3)
96
return new
DataGridLength
(doubleValue, type);
203
return new
DataGridLength
(1.0, (DataGridLengthUnitType)i);
262
return new
DataGridLength
(value, unit);