5 types derived from TextSource
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\TextMarkerSource.cs (1)
34internal sealed class TextMarkerSource : TextSource
Core\CSharp\System\Windows\Media\FormattedText.cs (1)
1862private class TextSourceImplementation : TextSource
PresentationFramework (3)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (1)
31internal class TextBoxLine : TextSource, IDisposable
src\Framework\MS\Internal\PtsHost\TextFormatterHost.cs (1)
25internal sealed class TextFormatterHost : TextSource
src\Framework\MS\Internal\Text\Line.cs (1)
30internal abstract class Line : TextSource, IDisposable
25 references to TextSource
PresentationCore (25)
Core\CSharp\MS\Internal\TextFormatting\FormatSettings.cs (3)
32private TextSource _textSource; // client text source for main text 47TextSource textSource, 100internal TextSource TextSource
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (2)
68private TextSource _textSource; // Text Source of the main text for the line 2487public TextSource TextSource
Core\CSharp\MS\Internal\TextFormatting\TextFormatterImp.cs (9)
129TextSource textSource, 160TextSource textSource, 197TextSource textSource, 224TextSource textSource, 291TextSource textSource, 315TextSource textSource, 375TextSource textSource, 419TextSource textSource, 463TextSource textSource,
Core\CSharp\MS\Internal\TextFormatting\TextRunCacheImp.cs (1)
291internal TextSpan<CultureSpecificCharacterBufferRange> GetPrecedingText(TextSource textSource, int cpLimit)
Core\CSharp\System\Windows\Media\FormattedText.cs (1)
1132private TextLine FormatLine(TextSource textSource, int textSourcePosition, double maxLineLength, TextParagraphProperties paraProps, TextLineBreak lineBreak)
Core\CSharp\System\Windows\Media\TextFormatting\TextFormatter.cs (6)
188TextSource textSource, 210TextSource textSource, 237TextSource textSource, 266TextSource textSource, 284TextSource textSource, 300TextSource textSource,
Core\CSharp\System\Windows\Media\TextFormatting\TextMarkerProperties.cs (1)
38public abstract TextSource TextSource
Core\CSharp\System\Windows\Media\TextFormatting\TextSimpleMarkerProperties.cs (2)
33private TextSource _textSource; 97public sealed override TextSource TextSource