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); 246get { return _text; } 287ArgumentOutOfRangeException.ThrowIfGreaterThan(startIndex, _text.Length); 291if (count < 0 || limit < startIndex || limit > _text.Length) 309SetForegroundBrush(foregroundBrush, 0, _text.Length); 358SetFontFamily(fontFamily, 0, _text.Length); 380SetFontFamily(fontFamily, 0, _text.Length); 434SetFontSize(emSize, 0, _text.Length); 486SetCulture(culture, 0, _text.Length); 541SetNumberSubstitution(numberSubstitution, 0, _text.Length); 604SetFontWeight(weight, 0, _text.Length); 654SetFontStyle(style, 0, _text.Length); 705SetFontStretch(stretch, 0, _text.Length); 756SetFontTypeface(typeface, 0, _text.Length); 806SetTextDecorations(textDecorations, 0, _text.Length); 972if (_that._text.Length == 0) 1017if (_textStorePosition + _currentLine.Length < _that._text.Length) 1097Debug.Assert(_that._text.Length > 0 && textSourcePosition + line.Length <= _that._text.Length + 1); 1102Math.Min(textSourcePosition + line.Length - 1, _that._text.Length - 1) 1549return BuildHighlightGeometry(origin, 0, _text.Length); 1720if (_text.Length == 0) 1826if (textSourceCharacterIndex >= _that._text.Length) 1838TextCharacters textCharacters = new TextCharacters(_that._text, 1869new CharacterBufferReference(_that._text, thatFormatRider.CurrentSpanStart),