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