1 write to ImageScaleHeight
PresentationFramework (1)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (1)
9768
formatState.
ImageScaleHeight
= token.Parameter;
4 references to ImageScaleHeight
PresentationFramework (4)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (4)
8713
bool skipImage = (formatState.ImageScaleWidth < 0) || (formatState.
ImageScaleHeight
< 0);
8777
double height = formatState.ImageHeight * (formatState.
ImageScaleHeight
/ 100);
8778
if (formatState.
ImageScaleHeight
!= 0)
8780
height = formatState.ImageHeight * (formatState.
ImageScaleHeight
/ 100);