1 write to _textSegments
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextRange.cs (1)
514_textSegments = value;
6 references to _textSegments
PresentationFramework (6)
src\Framework\System\Windows\Documents\TextRange.cs (6)
374Invariant.Assert(_textSegments != null, "_textSegments must not be null"); 375Invariant.Assert(_textSegments.Count > 0, "_textSegments.Count must be > 0"); 376return _textSegments[0].Start is TextPointer; 510return _textSegments; 1627for (int i = 0; i < _textSegments.Count; i++) 1629TextSegment textSegment = _textSegments[i];