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