1 write to ImageScaleWidth
PresentationFramework (1)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (1)
9762
formatState.
ImageScaleWidth
= token.Parameter;
3 references to ImageScaleWidth
PresentationFramework (3)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (3)
8713
bool skipImage = (formatState.
ImageScaleWidth
< 0) || (formatState.ImageScaleHeight < 0);
8764
if (formatState.
ImageScaleWidth
!= 0)
8766
width = formatState.ImageWidth * (formatState.
ImageScaleWidth
/ 100);