6 references to CharLineFeed
PresentationCore (6)
MS\Internal\TextFormatting\SimpleTextLine.cs (4)
1501
if (charString.Length > 1 && charString[1] == TextStore.
CharLineFeed
)
1520
if (newBufferRange.Length > 0 && newBufferRange[0] == TextStore.
CharLineFeed
)
1526
characterArray[1] = TextStore.
CharLineFeed
;
1533
else if (charString[0] == TextStore.
CharLineFeed
)
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))