More info:
- This issue does not occur in .NET Framework.
- This issue does not occur in .NET Core 3.1 and .NET 5.0 Preview 8. It's a regression issue in 5.0.0-rc.1.20425.1.
- It maybe caused by this PR: 3726
Problem description:
Cannot get the expected result in RichTextBox.Text property when included the "\r\n" in it.

Expected behavior:
Should get the below value from RichTextBox.Text property. Like it works in .NET Framework and previous version of .NET Core SDK.

Minimal repro:
- Launch the attached project in VS.
- Run it and observe the value for richTextBox1.Text in debugging.
Issue1-TestApp.zip
.NET Core Version:
5.0.0-rc.1.20425.1
Have you experienced this same bug with .NET Framework?:
No
More info:
Problem description:
Cannot get the expected result in RichTextBox.Text property when included the "\r\n" in it.

Expected behavior:

Should get the below value from RichTextBox.Text property. Like it works in .NET Framework and previous version of .NET Core SDK.
Minimal repro:
Issue1-TestApp.zip