3 references to CharTab
PresentationCore (3)
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1524
else if (canProcessTabsInSimpleShapingPath && charString[0] == TextStore.
CharTab
)
System\Windows\Media\Typeface.cs (2)
428
if (ch == TextStore.CharLineFeed || ch == TextStore.CharCarriageReturn || (breakOnTabs && ch == TextStore.
CharTab
))
471
if (ch == TextStore.CharLineFeed || ch == TextStore.CharCarriageReturn || (breakOnTabs && ch == TextStore.
CharTab
))