3 references to GeneratePointBetweenPoints
PresentationFramework (3)
src\Framework\MS\Internal\Ink\LassoSelectionBehavior.cs (3)
473
Point midPoint = LassoSelectionBehavior.
GeneratePointBetweenPoints
(point1, point2);
502
Point midPointLeft = LassoSelectionBehavior.
GeneratePointBetweenPoints
(upperLeft, lowerLeft);
503
Point midPointRight = LassoSelectionBehavior.
GeneratePointBetweenPoints
(upperRight, lowerRight);