1 write to ImageScaleWidth
PresentationFramework (1)
System\Windows\Documents\RtfToXamlReader.cs (1)
9671formatState.ImageScaleWidth = token.Parameter;
3 references to ImageScaleWidth
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (3)
8625bool skipImage = (formatState.ImageScaleWidth < 0) || (formatState.ImageScaleHeight < 0); 8676if (formatState.ImageScaleWidth != 0) 8678width = formatState.ImageWidth * (formatState.ImageScaleWidth / 100);