4 references to Page
PresentationFramework (4)
src\Framework\System\Windows\FigureLength.cs (3)
122&& type != FigureUnitType.Page ) 126if(value > 1.0 && (type == FigureUnitType.Content || type == FigureUnitType.Page)) 241public bool IsPage { get { return (_unitType == FigureUnitType.Page); } }
src\Framework\System\Windows\Markup\XamlFigureLengthSerializer.cs (1)
292new FigureUnitTypeStringConvert("page", FigureUnitType.Page)