11 references to Pixel
PresentationFramework (11)
System\Windows\FigureLength.cs (4)
74
: this(pixels, FigureUnitType.
Pixel
)
114
&& type != FigureUnitType.
Pixel
131
if (type == FigureUnitType.
Pixel
)
216
public bool IsAbsolute { get { return (_unitType == FigureUnitType.
Pixel
); } }
System\Windows\FigureLengthConverter.cs (1)
188
case FigureUnitType.
Pixel
:
System\Windows\Markup\XamlFigureLengthSerializer.cs (6)
80
&& figureUnitType == FigureUnitType.
Pixel
)
142
unitType = FigureUnitType.
Pixel
;
182
unit = FigureUnitType.
Pixel
;
229
if (valueSpan.Length == strLenUnit && unit != FigureUnitType.
Pixel
)
237
Debug.Assert( unit == FigureUnitType.
Pixel
265
new FigureUnitTypeStringConvert("px", FigureUnitType.
Pixel
),