2 writes to IncludeImageBaselineOffset
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (1)
9652
formatState.
IncludeImageBaselineOffset
= true;
System\Windows\Documents\XamlToRtfWriter.cs (1)
3110
documentNode.FormatState.
IncludeImageBaselineOffset
= true;
2 references to IncludeImageBaselineOffset
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (1)
8701
if (formatState.
IncludeImageBaselineOffset
== true)
System\Windows\Documents\XamlToRtfWriter.cs (1)
2104
if (documentNode.FormatState.
IncludeImageBaselineOffset
)