6 references to Ghost
PresentationCore (6)
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (6)
1337get { return (RunFlags & Flags.Ghost) != 0; } 1542return new SimpleRun(lengthOfRun, mergedTextRun, (Flags.EOT | Flags.Ghost), settings.Formatter, pixelsPerDip); 1546return new SimpleRun(runLength, textRun, (Flags.EOT | Flags.Ghost), settings.Formatter, pixelsPerDip); 1553return new SimpleRun(runLength, textRun, (Flags.EOT | Flags.Ghost), settings.Formatter, pixelsPerDip); 1588run = new SimpleRun(runLength, textRun, (Flags.EOT | Flags.Ghost), settings.Formatter, pixelsPerDip); 1593run = new SimpleRun(runLength, textRun, Flags.Ghost, settings.Formatter, pixelsPerDip);