1 instantiation of LassoSelectionBehavior
PresentationFramework (1)
src\Framework\MS\Internal\Ink\EditingCoordinator.cs (1)
499
_lassoSelectionBehavior = new
LassoSelectionBehavior
(this, _inkCanvas);
6 references to LassoSelectionBehavior
PresentationFramework (6)
src\Framework\MS\Internal\Ink\EditingCoordinator.cs (2)
493
internal
LassoSelectionBehavior
LassoSelectionBehavior
1450
private
LassoSelectionBehavior
_lassoSelectionBehavior;
src\Framework\MS\Internal\Ink\LassoSelectionBehavior.cs (4)
371
ElementCornerPoints elementPoints =
LassoSelectionBehavior
.GetTransformedElementCornerPoints(parent, uiElement);
473
Point midPoint =
LassoSelectionBehavior
.GeneratePointBetweenPoints(point1, point2);
502
Point midPointLeft =
LassoSelectionBehavior
.GeneratePointBetweenPoints(upperLeft, lowerLeft);
503
Point midPointRight =
LassoSelectionBehavior
.GeneratePointBetweenPoints(upperRight, lowerRight);