11 references to Pixel
PresentationFramework (11)
src\Framework\System\Windows\FigureLength.cs (4)
79: this(pixels, FigureUnitType.Pixel) 119&& type != FigureUnitType.Pixel 134if (value > maxPixel && type == FigureUnitType.Pixel) 220public bool IsAbsolute { get { return (_unitType == FigureUnitType.Pixel); } }
src\Framework\System\Windows\FigureLengthConverter.cs (1)
206case FigureUnitType.Pixel:
src\Framework\System\Windows\Markup\XamlFigureLengthSerializer.cs (6)
95&& figureUnitType == FigureUnitType.Pixel ) 161unitType = FigureUnitType.Pixel; 201unit = FigureUnitType.Pixel; 252if (strLen == strLenUnit && unit != FigureUnitType.Pixel) 260Debug.Assert( unit == FigureUnitType.Pixel 288new FigureUnitTypeStringConvert("px", FigureUnitType.Pixel),