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