4 references to CharCarriageReturn
PresentationCore (4)
MS\Internal\TextFormatting\SimpleTextLine.cs (2)
1496
if (charString[0] == TextStore.
CharCarriageReturn
)
1525
characterArray[0] = TextStore.
CharCarriageReturn
;
System\Windows\Media\Typeface.cs (2)
438
if (ch == TextStore.CharLineFeed || ch == TextStore.
CharCarriageReturn
|| (breakOnTabs && ch == TextStore.CharTab))
481
if (ch == TextStore.CharLineFeed || ch == TextStore.
CharCarriageReturn
|| (breakOnTabs && ch == TextStore.CharTab))