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