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