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