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); 247get { return _text; } 288ArgumentOutOfRangeException.ThrowIfGreaterThan(startIndex, _text.Length); 292if (count < 0 || limit < startIndex || limit > _text.Length) 310SetForegroundBrush(foregroundBrush, 0, _text.Length); 359SetFontFamily(fontFamily, 0, _text.Length); 381SetFontFamily(fontFamily, 0, _text.Length); 435SetFontSize(emSize, 0, _text.Length); 487SetCulture(culture, 0, _text.Length); 542SetNumberSubstitution(numberSubstitution, 0, _text.Length); 605SetFontWeight(weight, 0, _text.Length); 655SetFontStyle(style, 0, _text.Length); 706SetFontStretch(stretch, 0, _text.Length); 757SetFontTypeface(typeface, 0, _text.Length); 807SetTextDecorations(textDecorations, 0, _text.Length); 973if (_that._text.Length == 0) 1018if (_textStorePosition + _currentLine.Length < _that._text.Length) 1098Debug.Assert(_that._text.Length > 0 && textSourcePosition + line.Length <= _that._text.Length + 1); 1103Math.Min(textSourcePosition + line.Length - 1, _that._text.Length - 1) 1550return BuildHighlightGeometry(origin, 0, _text.Length); 1721if (_text.Length == 0) 1827if (textSourceCharacterIndex >= _that._text.Length) 1839TextCharacters textCharacters = new TextCharacters(_that._text, 1870new CharacterBufferReference(_that._text, thatFormatRider.CurrentSpanStart),