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