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