11 references to Pixel
PresentationFramework (11)
System\Windows\FigureLength.cs (4)
76
: this(pixels, FigureUnitType.
Pixel
)
116
&& type != FigureUnitType.
Pixel
133
if (type == FigureUnitType.
Pixel
)
219
public bool IsAbsolute { get { return (_unitType == FigureUnitType.
Pixel
); } }
System\Windows\FigureLengthConverter.cs (1)
195
case FigureUnitType.
Pixel
:
System\Windows\Markup\XamlFigureLengthSerializer.cs (6)
90
&& figureUnitType == FigureUnitType.
Pixel
)
152
unitType = FigureUnitType.
Pixel
;
192
unit = FigureUnitType.
Pixel
;
239
if (valueSpan.Length == strLenUnit && unit != FigureUnitType.
Pixel
)
247
Debug.Assert( unit == FigureUnitType.
Pixel
275
new FigureUnitTypeStringConvert("px", FigureUnitType.
Pixel
),