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); 250get { return _text; } 291ArgumentOutOfRangeException.ThrowIfGreaterThan(startIndex, _text.Length); 295if (count < 0 || limit < startIndex || limit > _text.Length) 313SetForegroundBrush(foregroundBrush, 0, _text.Length); 363SetFontFamily(fontFamily, 0, _text.Length); 385SetFontFamily(fontFamily, 0, _text.Length); 440SetFontSize(emSize, 0, _text.Length); 493SetCulture(culture, 0, _text.Length); 549SetNumberSubstitution(numberSubstitution, 0, _text.Length); 613SetFontWeight(weight, 0, _text.Length); 665SetFontStyle(style, 0, _text.Length); 718SetFontStretch(stretch, 0, _text.Length); 771SetFontTypeface(typeface, 0, _text.Length); 823SetTextDecorations(textDecorations, 0, _text.Length); 991if (_that._text.Length == 0) 1036if (_textStorePosition + _currentLine.Length < _that._text.Length) 1118Debug.Assert(_that._text.Length > 0 && textSourcePosition + line.Length <= _that._text.Length + 1); 1123Math.Min(textSourcePosition + line.Length - 1, _that._text.Length - 1) 1570return BuildHighlightGeometry(origin, 0, _text.Length); 1741if (_text.Length == 0) 1847if (textSourceCharacterIndex >= _that._text.Length) 1859TextCharacters textCharacters = new TextCharacters(_that._text, 1890new CharacterBufferReference(_that._text, thatFormatRider.CurrentSpanStart),