1 write to _text
PresentationCore (1)
Core\CSharp\System\Windows\Media\FormattedText.cs (1)
236
_text
= textToFormat;
25 references to _text
PresentationCore (25)
Core\CSharp\System\Windows\Media\FormattedText.cs (25)
249
_latestPosition = _formatRuns.SetValue(0,
_text
.Length, runProps, _latestPosition);
270
get { return
_text
; }
316
if (startIndex < 0 || startIndex >
_text
.Length)
321
if (count < 0 || limit < startIndex || limit >
_text
.Length)
339
SetForegroundBrush(foregroundBrush, 0,
_text
.Length);
389
SetFontFamily(fontFamily, 0,
_text
.Length);
412
SetFontFamily(fontFamily, 0,
_text
.Length);
468
SetFontSize(emSize, 0,
_text
.Length);
521
SetCulture(culture, 0,
_text
.Length);
577
SetNumberSubstitution(numberSubstitution, 0,
_text
.Length);
641
SetFontWeight(weight, 0,
_text
.Length);
693
SetFontStyle(style, 0,
_text
.Length);
746
SetFontStretch(stretch, 0,
_text
.Length);
799
SetFontTypeface(typeface, 0,
_text
.Length);
851
SetTextDecorations(textDecorations, 0,
_text
.Length);
1020
if (_that.
_text
.Length == 0)
1065
if (_textStorePosition + _currentLine.Length < _that.
_text
.Length)
1147
Debug.Assert(_that.
_text
.Length > 0 && textSourcePosition + line.Length <= _that.
_text
.Length + 1);
1152
Math.Min(textSourcePosition + line.Length - 1, _that.
_text
.Length - 1)
1602
return BuildHighlightGeometry(origin, 0,
_text
.Length);
1774
if (
_text
.Length == 0)
1880
if (textSourceCharacterIndex >= _that.
_text
.Length)
1892
TextCharacters textCharacters = new TextCharacters(_that.
_text
,
1923
new CharacterBufferReference(_that.
_text
, thatFormatRider.CurrentSpanStart),