6 references to CharLineFeed
PresentationCore (6)
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (4)
1515if (charString.Length > 1 && charString[1] == TextStore.CharLineFeed) 1534if (newBufferRange.Length > 0 && newBufferRange[0] == TextStore.CharLineFeed) 1540characterArray[1] = TextStore.CharLineFeed; 1548else if (charString[0] == TextStore.CharLineFeed)
Core\CSharp\System\Windows\Media\Typeface.cs (2)
444if (ch == TextStore.CharLineFeed || ch == TextStore.CharCarriageReturn || (breakOnTabs && ch == TextStore.CharTab)) 487if (ch == TextStore.CharLineFeed || ch == TextStore.CharCarriageReturn || (breakOnTabs && ch == TextStore.CharTab))