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