src\Framework\MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (5)
797res.Add(new HighlightSegment(_segment.Start, ps, _owners));
798res.Add(new HighlightSegment(ps, _segment.End, _owners));
826res.Add(new HighlightSegment(_segment.Start, ps1, _owners));
830res.Add(new HighlightSegment(ps1, ps1, _owners));
834res.Add(new HighlightSegment(ps1, _segment.End, _owners));