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