1 write to ImageScaleHeight
PresentationFramework (1)
System\Windows\Documents\RtfToXamlReader.cs (1)
9676
formatState.
ImageScaleHeight
= token.Parameter;
4 references to ImageScaleHeight
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (4)
8624
bool skipImage = (formatState.ImageScaleWidth < 0) || (formatState.
ImageScaleHeight
< 0);
8688
double height = formatState.ImageHeight * (formatState.
ImageScaleHeight
/ 100);
8689
if (formatState.
ImageScaleHeight
!= 0)
8691
height = formatState.ImageHeight * (formatState.
ImageScaleHeight
/ 100);