1 instantiation of LassoSelectionBehavior
PresentationFramework (1)
MS\Internal\Ink\EditingCoordinator.cs (1)
472
_lassoSelectionBehavior = new
LassoSelectionBehavior
(this, _inkCanvas);
5 references to LassoSelectionBehavior
PresentationFramework (5)
MS\Internal\Ink\EditingCoordinator.cs (2)
466
internal
LassoSelectionBehavior
LassoSelectionBehavior
1389
private
LassoSelectionBehavior
_lassoSelectionBehavior;
MS\Internal\Ink\LassoSelectionBehavior.cs (3)
460
Point midPoint =
LassoSelectionBehavior
.GeneratePointBetweenPoints(point1, point2);
489
Point midPointLeft =
LassoSelectionBehavior
.GeneratePointBetweenPoints(upperLeft, lowerLeft);
490
Point midPointRight =
LassoSelectionBehavior
.GeneratePointBetweenPoints(upperRight, lowerRight);