5 references to FigureLength
PresentationFramework (5)
System\Windows\Documents\Figure.cs (2)
211
new
FigureLength
(1.0, FigureUnitType.Auto),
232
new
FigureLength
(1.0, FigureUnitType.Auto),
System\Windows\FigureLength.cs (1)
75
:
this
(pixels, FigureUnitType.Pixel)
System\Windows\FigureLengthConverter.cs (1)
221
return (new
FigureLength
(value, unit));
System\Windows\Markup\XamlFigureLengthSerializer.cs (1)
168
return new
FigureLength
(unitValue, unitType);