5 references to FigureLength
PresentationFramework (5)
System\Windows\Documents\Figure.cs (2)
210new FigureLength(1.0, FigureUnitType.Auto), 231new FigureLength(1.0, FigureUnitType.Auto),
System\Windows\FigureLength.cs (1)
74: this(pixels, FigureUnitType.Pixel)
System\Windows\FigureLengthConverter.cs (1)
220return (new FigureLength(value, unit));
System\Windows\Markup\XamlFigureLengthSerializer.cs (1)
167return new FigureLength(unitValue, unitType);