5 references to HighlightSegment
PresentationFramework (5)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (5)
775res.Add(new HighlightSegment(_segment.Start, ps, _owners)); 776res.Add(new HighlightSegment(ps, _segment.End, _owners)); 804res.Add(new HighlightSegment(_segment.Start, ps1, _owners)); 808res.Add(new HighlightSegment(ps1, ps1, _owners)); 812res.Add(new HighlightSegment(ps1, _segment.End, _owners));