2 writes to ImageHeight
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (1)
9750
formatState.
ImageHeight
= Converters.TwipToPositivePx(token.Parameter);
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
3106
documentNode.FormatState.
ImageHeight
= d;
4 references to ImageHeight
PresentationFramework (4)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (3)
8777
double height = formatState.
ImageHeight
* (formatState.ImageScaleHeight / 100);
8780
height = formatState.
ImageHeight
* (formatState.ImageScaleHeight / 100);
8784
height = formatState.
ImageHeight
;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
2052
Size imageInputSize = new Size(documentNode.FormatState.ImageWidth, documentNode.FormatState.
ImageHeight
);