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