2 writes to IncludeImageBaselineOffset
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (1)
9677
formatState.
IncludeImageBaselineOffset
= true;
System\Windows\Documents\XamlToRtfWriter.cs (1)
3108
documentNode.FormatState.
IncludeImageBaselineOffset
= true;
2 references to IncludeImageBaselineOffset
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (1)
8722
if (formatState.
IncludeImageBaselineOffset
)
System\Windows\Documents\XamlToRtfWriter.cs (1)
2102
if (documentNode.FormatState.
IncludeImageBaselineOffset
)