2 writes to ImageWidth
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (1)
9664
formatState.
ImageWidth
= Converters.TwipToPositivePx(token.Parameter);
System\Windows\Documents\XamlToRtfWriter.cs (1)
3091
documentNode.FormatState.
ImageWidth
= d;
3 references to ImageWidth
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (2)
8677
width = formatState.
ImageWidth
* (formatState.ImageScaleWidth / 100);
8681
width = formatState.
ImageWidth
;
System\Windows\Documents\XamlToRtfWriter.cs (1)
2051
Size imageInputSize = new Size(documentNode.FormatState.
ImageWidth
, documentNode.FormatState.ImageHeight);