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