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