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