5 references to HighlightSegment
PresentationFramework (5)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (5)
782res.Add(new HighlightSegment(_segment.Start, ps, _owners)); 783res.Add(new HighlightSegment(ps, _segment.End, _owners)); 811res.Add(new HighlightSegment(_segment.Start, ps1, _owners)); 815res.Add(new HighlightSegment(ps1, ps1, _owners)); 819res.Add(new HighlightSegment(ps1, _segment.End, _owners));