1 write to _text
PresentationCore (1)
System\Windows\Media\FormattedText.cs (1)
216
_text
= textToFormat;
25 references to _text
PresentationCore (25)
System\Windows\Media\FormattedText.cs (25)
229
_latestPosition = _formatRuns.SetValue(0,
_text
.Length, runProps, _latestPosition);
250
get { return
_text
; }
291
ArgumentOutOfRangeException.ThrowIfGreaterThan(startIndex,
_text
.Length);
295
if (count < 0 || limit < startIndex || limit >
_text
.Length)
313
SetForegroundBrush(foregroundBrush, 0,
_text
.Length);
363
SetFontFamily(fontFamily, 0,
_text
.Length);
385
SetFontFamily(fontFamily, 0,
_text
.Length);
440
SetFontSize(emSize, 0,
_text
.Length);
493
SetCulture(culture, 0,
_text
.Length);
549
SetNumberSubstitution(numberSubstitution, 0,
_text
.Length);
613
SetFontWeight(weight, 0,
_text
.Length);
665
SetFontStyle(style, 0,
_text
.Length);
718
SetFontStretch(stretch, 0,
_text
.Length);
771
SetFontTypeface(typeface, 0,
_text
.Length);
823
SetTextDecorations(textDecorations, 0,
_text
.Length);
991
if (_that.
_text
.Length == 0)
1036
if (_textStorePosition + _currentLine.Length < _that.
_text
.Length)
1118
Debug.Assert(_that.
_text
.Length > 0 && textSourcePosition + line.Length <= _that.
_text
.Length + 1);
1123
Math.Min(textSourcePosition + line.Length - 1, _that.
_text
.Length - 1)
1570
return BuildHighlightGeometry(origin, 0,
_text
.Length);
1741
if (
_text
.Length == 0)
1847
if (textSourceCharacterIndex >= _that.
_text
.Length)
1859
TextCharacters textCharacters = new TextCharacters(_that.
_text
,
1890
new CharacterBufferReference(_that.
_text
, thatFormatRider.CurrentSpanStart),