4 references to Content
PresentationFramework (4)
System\Windows\FigureLength.cs (3)
116&& type != FigureUnitType.Content 121if (type is FigureUnitType.Content or FigureUnitType.Page) 232public bool IsContent { get { return (_unitType == FigureUnitType.Content); } }
System\Windows\Markup\XamlFigureLengthSerializer.cs (1)
268new FigureUnitTypeStringConvert("content", FigureUnitType.Content),