3 references to CharTab
PresentationCore (3)
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1540
else if (canProcessTabsInSimpleShapingPath && charString[0] == TextStore.
CharTab
)
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
))