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