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