4 references to Page
PresentationFramework (4)
System\Windows\FigureLength.cs (3)
118&& type != FigureUnitType.Page ) 122if (type is FigureUnitType.Content or FigureUnitType.Page) 239public bool IsPage { get { return (_unitType == FigureUnitType.Page); } }
System\Windows\Markup\XamlFigureLengthSerializer.cs (1)
270new FigureUnitTypeStringConvert("page", FigureUnitType.Page)