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); 270get { return _text; } 316if (startIndex < 0 || startIndex > _text.Length) 321if (count < 0 || limit < startIndex || limit > _text.Length) 339SetForegroundBrush(foregroundBrush, 0, _text.Length); 389SetFontFamily(fontFamily, 0, _text.Length); 412SetFontFamily(fontFamily, 0, _text.Length); 468SetFontSize(emSize, 0, _text.Length); 521SetCulture(culture, 0, _text.Length); 577SetNumberSubstitution(numberSubstitution, 0, _text.Length); 641SetFontWeight(weight, 0, _text.Length); 693SetFontStyle(style, 0, _text.Length); 746SetFontStretch(stretch, 0, _text.Length); 799SetFontTypeface(typeface, 0, _text.Length); 851SetTextDecorations(textDecorations, 0, _text.Length); 1020if (_that._text.Length == 0) 1065if (_textStorePosition + _currentLine.Length < _that._text.Length) 1147Debug.Assert(_that._text.Length > 0 && textSourcePosition + line.Length <= _that._text.Length + 1); 1152Math.Min(textSourcePosition + line.Length - 1, _that._text.Length - 1) 1602return BuildHighlightGeometry(origin, 0, _text.Length); 1774if (_text.Length == 0) 1880if (textSourceCharacterIndex >= _that._text.Length) 1892TextCharacters textCharacters = new TextCharacters(_that._text, 1923new CharacterBufferReference(_that._text, thatFormatRider.CurrentSpanStart),