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