5 types derived from TextSource
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\TextMarkerSource.cs (1)
34
internal sealed class TextMarkerSource :
TextSource
Core\CSharp\System\Windows\Media\FormattedText.cs (1)
1862
private class TextSourceImplementation :
TextSource
PresentationFramework (3)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (1)
31
internal class TextBoxLine :
TextSource
, IDisposable
src\Framework\MS\Internal\PtsHost\TextFormatterHost.cs (1)
25
internal sealed class TextFormatterHost :
TextSource
src\Framework\MS\Internal\Text\Line.cs (1)
30
internal abstract class Line :
TextSource
, IDisposable
25 references to TextSource
PresentationCore (25)
Core\CSharp\MS\Internal\TextFormatting\FormatSettings.cs (3)
32
private
TextSource
_textSource; // client text source for main text
47
TextSource
textSource,
100
internal
TextSource
TextSource
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (2)
68
private
TextSource
_textSource; // Text Source of the main text for the line
2487
public
TextSource
TextSource
Core\CSharp\MS\Internal\TextFormatting\TextFormatterImp.cs (9)
129
TextSource
textSource,
160
TextSource
textSource,
197
TextSource
textSource,
224
TextSource
textSource,
291
TextSource
textSource,
315
TextSource
textSource,
375
TextSource
textSource,
419
TextSource
textSource,
463
TextSource
textSource,
Core\CSharp\MS\Internal\TextFormatting\TextRunCacheImp.cs (1)
291
internal TextSpan<CultureSpecificCharacterBufferRange> GetPrecedingText(
TextSource
textSource, int cpLimit)
Core\CSharp\System\Windows\Media\FormattedText.cs (1)
1132
private TextLine FormatLine(
TextSource
textSource, int textSourcePosition, double maxLineLength, TextParagraphProperties paraProps, TextLineBreak lineBreak)
Core\CSharp\System\Windows\Media\TextFormatting\TextFormatter.cs (6)
188
TextSource
textSource,
210
TextSource
textSource,
237
TextSource
textSource,
266
TextSource
textSource,
284
TextSource
textSource,
300
TextSource
textSource,
Core\CSharp\System\Windows\Media\TextFormatting\TextMarkerProperties.cs (1)
38
public abstract
TextSource
TextSource
Core\CSharp\System\Windows\Media\TextFormatting\TextSimpleMarkerProperties.cs (2)
33
private
TextSource
_textSource;
97
public sealed override
TextSource
TextSource