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