2 writes to ImageBaselineOffset
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (1)
9651
formatState.
ImageBaselineOffset
= Converters.HalfPointToPositivePx(token.Parameter);
System\Windows\Documents\XamlToRtfWriter.cs (1)
3109
documentNode.FormatState.
ImageBaselineOffset
= d;
2 references to ImageBaselineOffset
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (1)
8703
double baselineOffset = height - formatState.
ImageBaselineOffset
;
System\Windows\Documents\XamlToRtfWriter.cs (1)
2111
documentNode.FormatState.
ImageBaselineOffset
));