5 types derived from TextSource
PresentationCore (2)
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
31internal sealed class TextMarkerSource : TextSource
System\Windows\Media\FormattedText.cs (1)
1845private class TextSourceImplementation : TextSource
PresentationFramework (3)
MS\Internal\Documents\TextBoxLine.cs (1)
29internal class TextBoxLine : TextSource, IDisposable
MS\Internal\PtsHost\TextFormatterHost.cs (1)
22internal sealed class TextFormatterHost : TextSource
MS\Internal\Text\Line.cs (1)
27internal abstract class Line : TextSource, IDisposable
25 references to TextSource
PresentationCore (25)
MS\Internal\TextFormatting\FormatSettings.cs (3)
30private TextSource _textSource; // client text source for main text 45TextSource textSource, 98internal TextSource TextSource
MS\Internal\TextFormatting\FullTextLine.cs (2)
65private TextSource _textSource; // Text Source of the main text for the line 2439public TextSource TextSource
MS\Internal\TextFormatting\TextFormatterImp.cs (9)
127TextSource textSource, 158TextSource textSource, 195TextSource textSource, 222TextSource textSource, 289TextSource textSource, 313TextSource textSource, 373TextSource textSource, 417TextSource textSource, 461TextSource textSource,
MS\Internal\TextFormatting\TextRunCacheImp.cs (1)
285internal TextSpan<CultureSpecificCharacterBufferRange> GetPrecedingText(TextSource textSource, int cpLimit)
System\Windows\Media\FormattedText.cs (1)
1119private TextLine FormatLine(TextSource textSource, int textSourcePosition, double maxLineLength, TextParagraphProperties paraProps, TextLineBreak lineBreak)
System\Windows\Media\textformatting\TextFormatter.cs (6)
186TextSource textSource, 208TextSource textSource, 235TextSource textSource, 264TextSource textSource, 282TextSource textSource, 298TextSource textSource,
System\Windows\Media\textformatting\TextMarkerProperties.cs (1)
36public abstract TextSource TextSource
System\Windows\Media\textformatting\TextSimpleMarkerProperties.cs (2)
30private TextSource _textSource; 89public sealed override TextSource TextSource