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