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