3 references to Split
PresentationFramework (3)
src\Framework\MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (3)
845
IList<HighlightSegment> r1 =
Split
(ps1, LogicalDirection.Forward);
850
IList<HighlightSegment> r2 = r1[i].
Split
(ps2, LogicalDirection.Backward);
868
res =
Split
(ps2, LogicalDirection.Backward);