4 references to Content
PresentationFramework (4)
src\Framework\System\Windows\FigureLength.cs (3)
121
&& type != FigureUnitType.
Content
126
if(value > 1.0 && (type == FigureUnitType.
Content
|| type == FigureUnitType.Page))
236
public bool IsContent { get { return (_unitType == FigureUnitType.
Content
); } }
src\Framework\System\Windows\Markup\XamlFigureLengthSerializer.cs (1)
291
new FigureUnitTypeStringConvert("content", FigureUnitType.
Content
),