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