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