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