3 references to GeneratePointBetweenPoints
PresentationFramework (3)
MS\Internal\Ink\LassoSelectionBehavior.cs (3)
459Point midPoint = LassoSelectionBehavior.GeneratePointBetweenPoints(point1, point2); 488Point midPointLeft = LassoSelectionBehavior.GeneratePointBetweenPoints(upperLeft, lowerLeft); 489Point midPointRight = LassoSelectionBehavior.GeneratePointBetweenPoints(upperRight, lowerRight);