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