2 writes to IncludeImageBaselineOffset
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (1)
9651
formatState.
IncludeImageBaselineOffset
= true;
System\Windows\Documents\XamlToRtfWriter.cs (1)
3109
documentNode.FormatState.
IncludeImageBaselineOffset
= true;
2 references to IncludeImageBaselineOffset
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (1)
8700
if (formatState.
IncludeImageBaselineOffset
== true)
System\Windows\Documents\XamlToRtfWriter.cs (1)
2103
if (documentNode.FormatState.
IncludeImageBaselineOffset
)