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