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