1 write to _text
PresentationCore (1)
System\Windows\Media\FormattedText.cs (1)
212
_text
= textToFormat;
25 references to _text
PresentationCore (25)
System\Windows\Media\FormattedText.cs (25)
225
_latestPosition = _formatRuns.SetValue(0,
_text
.Length, runProps, _latestPosition);
246
get { return
_text
; }
287
ArgumentOutOfRangeException.ThrowIfGreaterThan(startIndex,
_text
.Length);
291
if (count < 0 || limit < startIndex || limit >
_text
.Length)
309
SetForegroundBrush(foregroundBrush, 0,
_text
.Length);
358
SetFontFamily(fontFamily, 0,
_text
.Length);
380
SetFontFamily(fontFamily, 0,
_text
.Length);
434
SetFontSize(emSize, 0,
_text
.Length);
486
SetCulture(culture, 0,
_text
.Length);
541
SetNumberSubstitution(numberSubstitution, 0,
_text
.Length);
604
SetFontWeight(weight, 0,
_text
.Length);
654
SetFontStyle(style, 0,
_text
.Length);
705
SetFontStretch(stretch, 0,
_text
.Length);
756
SetFontTypeface(typeface, 0,
_text
.Length);
806
SetTextDecorations(textDecorations, 0,
_text
.Length);
972
if (_that.
_text
.Length == 0)
1017
if (_textStorePosition + _currentLine.Length < _that.
_text
.Length)
1097
Debug.Assert(_that.
_text
.Length > 0 && textSourcePosition + line.Length <= _that.
_text
.Length + 1);
1102
Math.Min(textSourcePosition + line.Length - 1, _that.
_text
.Length - 1)
1549
return BuildHighlightGeometry(origin, 0,
_text
.Length);
1720
if (
_text
.Length == 0)
1826
if (textSourceCharacterIndex >= _that.
_text
.Length)
1838
TextCharacters textCharacters = new TextCharacters(_that.
_text
,
1869
new CharacterBufferReference(_that.
_text
, thatFormatRider.CurrentSpanStart),