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