11 references to Pixel
PresentationFramework (11)
System\Windows\FigureLength.cs (4)
75
: this(pixels, FigureUnitType.
Pixel
)
115
&& type != FigureUnitType.
Pixel
132
if (type == FigureUnitType.
Pixel
)
218
public bool IsAbsolute { get { return (_unitType == FigureUnitType.
Pixel
); } }
System\Windows\FigureLengthConverter.cs (1)
189
case FigureUnitType.
Pixel
:
System\Windows\Markup\XamlFigureLengthSerializer.cs (6)
81
&& figureUnitType == FigureUnitType.
Pixel
)
143
unitType = FigureUnitType.
Pixel
;
183
unit = FigureUnitType.
Pixel
;
230
if (valueSpan.Length == strLenUnit && unit != FigureUnitType.
Pixel
)
238
Debug.Assert( unit == FigureUnitType.
Pixel
266
new FigureUnitTypeStringConvert("px", FigureUnitType.
Pixel
),