2 writes to ImageWidth
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (1)
9690formatState.ImageWidth = Converters.TwipToPositivePx(token.Parameter);
System\Windows\Documents\XamlToRtfWriter.cs (1)
3090documentNode.FormatState.ImageWidth = d;
3 references to ImageWidth
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (2)
8699width = formatState.ImageWidth * (formatState.ImageScaleWidth / 100); 8703width = formatState.ImageWidth;
System\Windows\Documents\XamlToRtfWriter.cs (1)
2050Size imageInputSize = new Size(documentNode.FormatState.ImageWidth, documentNode.FormatState.ImageHeight);