7 references to CreateNormalizedSegment
PresentationFramework (7)
MS\Internal\Annotations\TextAnchor.cs (7)
146TextSegment newSegment = CreateNormalizedSegment(start, end); 321anchor._segments[currentIndex] = CreateNormalizedSegment(otherSegment.End, current.End); 334anchor._segments[currentIndex] = CreateNormalizedSegment(current.Start, otherSegment.Start); 340anchor._segments.Insert(currentIndex + 1, CreateNormalizedSegment(otherSegment.End, current.End)); 423anchor._segments[current] = CreateNormalizedSegment(otherSegment.Start, currentSegment.End); 432anchor._segments[current] = CreateNormalizedSegment(currentSegment.Start, otherSegment.End); 434anchor._segments.Insert(current + 1, CreateNormalizedSegment(otherSegment.End, currentSegment.End));