1 write to _textSegments
PresentationFramework (1)
System\Windows\Documents\TextRange.cs (1)
524
_textSegments
= value;
6 references to _textSegments
PresentationFramework (6)
System\Windows\Documents\TextRange.cs (6)
384
Invariant.Assert(
_textSegments
!= null, "_textSegments must not be null");
385
Invariant.Assert(
_textSegments
.Count > 0, "_textSegments.Count must be > 0");
386
return
_textSegments
[0].Start is TextPointer;
520
return
_textSegments
;
1630
for (int i = 0; i <
_textSegments
.Count; i++)
1632
TextSegment textSegment =
_textSegments
[i];