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