1 write to ForceParagraph
PresentationFramework (1)
src\Framework\System\Windows\Documents\XamlRtfConverter.cs (1)
112rtfToXamlReader.ForceParagraph = ForceParagraph;
2 references to ForceParagraph
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
8060if (ForceParagraph || TreeContainsBlock()) 8080bool bBlock = ForceParagraph || TreeContainsBlock();