2 writes to ImageWidth
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (1)
9756
formatState.
ImageWidth
= Converters.TwipToPositivePx(token.Parameter);
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
3097
documentNode.FormatState.
ImageWidth
= d;
3 references to ImageWidth
PresentationFramework (3)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
8766
width = formatState.
ImageWidth
* (formatState.ImageScaleWidth / 100);
8770
width = formatState.
ImageWidth
;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
2052
Size imageInputSize = new Size(documentNode.FormatState.
ImageWidth
, documentNode.FormatState.ImageHeight);