2 references to Tab
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (2)
1342
get { return (RunFlags & Flags.
Tab
) != 0; }
1637
SimpleRun run = new SimpleRun(1, modifedTextRun, Flags.
Tab
, settings.Formatter, pixelsPerDip);