7 references to CreateNormalizedSegment
PresentationFramework (7)
MS\Internal\Annotations\TextAnchor.cs (7)
142
TextSegment newSegment =
CreateNormalizedSegment
(start, end);
317
anchor._segments[currentIndex] =
CreateNormalizedSegment
(otherSegment.End, current.End);
330
anchor._segments[currentIndex] =
CreateNormalizedSegment
(current.Start, otherSegment.Start);
336
anchor._segments.Insert(currentIndex + 1,
CreateNormalizedSegment
(otherSegment.End, current.End));
419
anchor._segments[current] =
CreateNormalizedSegment
(otherSegment.Start, currentSegment.End);
428
anchor._segments[current] =
CreateNormalizedSegment
(currentSegment.Start, otherSegment.End);
430
anchor._segments.Insert(current + 1,
CreateNormalizedSegment
(otherSegment.End, currentSegment.End));