5 types derived from TextSource
PresentationCore (2)
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
24internal sealed class TextMarkerSource : TextSource
System\Windows\Media\FormattedText.cs (1)
1808private class TextSourceImplementation : TextSource
PresentationFramework (3)
MS\Internal\Documents\TextBoxLine.cs (1)
21internal class TextBoxLine : TextSource, IDisposable
MS\Internal\PtsHost\TextFormatterHost.cs (1)
18internal sealed class TextFormatterHost : TextSource
MS\Internal\Text\Line.cs (1)
19internal abstract class Line : TextSource, IDisposable
25 references to TextSource
PresentationCore (25)
MS\Internal\TextFormatting\FormatSettings.cs (3)
24private TextSource _textSource; // client text source for main text 39TextSource textSource, 92internal TextSource TextSource
MS\Internal\TextFormatting\FullTextLine.cs (2)
49private TextSource _textSource; // Text Source of the main text for the line 2425public TextSource TextSource
MS\Internal\TextFormatting\TextFormatterImp.cs (9)
103TextSource textSource, 134TextSource textSource, 171TextSource textSource, 198TextSource textSource, 265TextSource textSource, 289TextSource textSource, 349TextSource textSource, 393TextSource textSource, 437TextSource textSource,
MS\Internal\TextFormatting\TextRunCacheImp.cs (1)
270internal TextSpan<CultureSpecificCharacterBufferRange> GetPrecedingText(TextSource textSource, int cpLimit)
System\Windows\Media\FormattedText.cs (1)
1082private TextLine FormatLine(TextSource textSource, int textSourcePosition, double maxLineLength, TextParagraphProperties paraProps, TextLineBreak lineBreak)
System\Windows\Media\textformatting\TextFormatter.cs (6)
179TextSource textSource, 201TextSource textSource, 227TextSource textSource, 255TextSource textSource, 273TextSource textSource, 289TextSource textSource,
System\Windows\Media\textformatting\TextMarkerProperties.cs (1)
29public abstract TextSource TextSource
System\Windows\Media\textformatting\TextSimpleMarkerProperties.cs (2)
14private TextSource _textSource; 72public sealed override TextSource TextSource