2 writes to IncludeImageBaselineOffset
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (1)
9744
formatState.
IncludeImageBaselineOffset
= true;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
3116
documentNode.FormatState.
IncludeImageBaselineOffset
= true;
2 references to IncludeImageBaselineOffset
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (1)
8790
if (formatState.
IncludeImageBaselineOffset
== true)
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
2105
if (documentNode.FormatState.
IncludeImageBaselineOffset
)