5 references to HighlightSegment
PresentationFramework (5)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (5)
774res.Add(new HighlightSegment(_segment.Start, ps, _owners)); 775res.Add(new HighlightSegment(ps, _segment.End, _owners)); 803res.Add(new HighlightSegment(_segment.Start, ps1, _owners)); 807res.Add(new HighlightSegment(ps1, ps1, _owners)); 811res.Add(new HighlightSegment(ps1, _segment.End, _owners));