1 write to _text
PresentationCore (1)
System\Windows\Media\FormattedText.cs (1)
213
_text
= textToFormat;
25 references to _text
PresentationCore (25)
System\Windows\Media\FormattedText.cs (25)
226
_latestPosition = _formatRuns.SetValue(0,
_text
.Length, runProps, _latestPosition);
247
get { return
_text
; }
288
ArgumentOutOfRangeException.ThrowIfGreaterThan(startIndex,
_text
.Length);
292
if (count < 0 || limit < startIndex || limit >
_text
.Length)
310
SetForegroundBrush(foregroundBrush, 0,
_text
.Length);
359
SetFontFamily(fontFamily, 0,
_text
.Length);
381
SetFontFamily(fontFamily, 0,
_text
.Length);
435
SetFontSize(emSize, 0,
_text
.Length);
487
SetCulture(culture, 0,
_text
.Length);
542
SetNumberSubstitution(numberSubstitution, 0,
_text
.Length);
605
SetFontWeight(weight, 0,
_text
.Length);
655
SetFontStyle(style, 0,
_text
.Length);
706
SetFontStretch(stretch, 0,
_text
.Length);
757
SetFontTypeface(typeface, 0,
_text
.Length);
807
SetTextDecorations(textDecorations, 0,
_text
.Length);
973
if (_that.
_text
.Length == 0)
1018
if (_textStorePosition + _currentLine.Length < _that.
_text
.Length)
1098
Debug.Assert(_that.
_text
.Length > 0 && textSourcePosition + line.Length <= _that.
_text
.Length + 1);
1103
Math.Min(textSourcePosition + line.Length - 1, _that.
_text
.Length - 1)
1550
return BuildHighlightGeometry(origin, 0,
_text
.Length);
1721
if (
_text
.Length == 0)
1827
if (textSourceCharacterIndex >= _that.
_text
.Length)
1839
TextCharacters textCharacters = new TextCharacters(_that.
_text
,
1870
new CharacterBufferReference(_that.
_text
, thatFormatRider.CurrentSpanStart),