2 writes to ImageHeight
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (1)
9658
formatState.
ImageHeight
= Converters.TwipToPositivePx(token.Parameter);
System\Windows\Documents\XamlToRtfWriter.cs (1)
3100
documentNode.FormatState.
ImageHeight
= d;
4 references to ImageHeight
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (3)
8688
double height = formatState.
ImageHeight
* (formatState.ImageScaleHeight / 100);
8691
height = formatState.
ImageHeight
* (formatState.ImageScaleHeight / 100);
8695
height = formatState.
ImageHeight
;
System\Windows\Documents\XamlToRtfWriter.cs (1)
2051
Size imageInputSize = new Size(documentNode.FormatState.ImageWidth, documentNode.FormatState.
ImageHeight
);