5 types derived from TextSource
PresentationCore (2)
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
25internal sealed class TextMarkerSource : TextSource
System\Windows\Media\FormattedText.cs (1)
1829private class TextSourceImplementation : TextSource
PresentationFramework (3)
MS\Internal\Documents\TextBoxLine.cs (1)
22internal class TextBoxLine : TextSource, IDisposable
MS\Internal\PtsHost\TextFormatterHost.cs (1)
19internal sealed class TextFormatterHost : TextSource
MS\Internal\Text\Line.cs (1)
20internal abstract class Line : TextSource, IDisposable
25 references to TextSource
PresentationCore (25)
MS\Internal\TextFormatting\FormatSettings.cs (3)
25private TextSource _textSource; // client text source for main text 40TextSource textSource, 93internal TextSource TextSource
MS\Internal\TextFormatting\FullTextLine.cs (2)
50private TextSource _textSource; // Text Source of the main text for the line 2424public TextSource TextSource
MS\Internal\TextFormatting\TextFormatterImp.cs (9)
104TextSource textSource, 135TextSource textSource, 172TextSource textSource, 199TextSource textSource, 266TextSource textSource, 290TextSource textSource, 350TextSource textSource, 394TextSource textSource, 438TextSource textSource,
MS\Internal\TextFormatting\TextRunCacheImp.cs (1)
271internal TextSpan<CultureSpecificCharacterBufferRange> GetPrecedingText(TextSource textSource, int cpLimit)
System\Windows\Media\FormattedText.cs (1)
1103private TextLine FormatLine(TextSource textSource, int textSourcePosition, double maxLineLength, TextParagraphProperties paraProps, TextLineBreak lineBreak)
System\Windows\Media\textformatting\TextFormatter.cs (6)
180TextSource textSource, 202TextSource textSource, 228TextSource textSource, 256TextSource textSource, 274TextSource textSource, 290TextSource textSource,
System\Windows\Media\textformatting\TextMarkerProperties.cs (1)
30public abstract TextSource TextSource
System\Windows\Media\textformatting\TextSimpleMarkerProperties.cs (2)
15private TextSource _textSource; 73public sealed override TextSource TextSource