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