4 references to CharCarriageReturn
PresentationCore (4)
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (2)
1510if (charString[0] == TextStore.CharCarriageReturn) 1539characterArray[0] = TextStore.CharCarriageReturn;
Core\CSharp\System\Windows\Media\Typeface.cs (2)
444if (ch == TextStore.CharLineFeed || ch == TextStore.CharCarriageReturn || (breakOnTabs && ch == TextStore.CharTab)) 487if (ch == TextStore.CharLineFeed || ch == TextStore.CharCarriageReturn || (breakOnTabs && ch == TextStore.CharTab))