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