5 references to FigureLength
PresentationFramework (5)
src\Framework\System\Windows\Documents\Figure.cs (2)
213
new
FigureLength
(1.0, FigureUnitType.Auto),
234
new
FigureLength
(1.0, FigureUnitType.Auto),
src\Framework\System\Windows\FigureLength.cs (1)
79
:
this
(pixels, FigureUnitType.Pixel)
src\Framework\System\Windows\FigureLengthConverter.cs (1)
238
return (new
FigureLength
(value, unit));
src\Framework\System\Windows\Markup\XamlFigureLengthSerializer.cs (1)
186
return new
FigureLength
(unitValue, unitType);