1 instantiation of LassoSelectionBehavior
PresentationFramework (1)
MS\Internal\Ink\EditingCoordinator.cs (1)
487
_lassoSelectionBehavior = new
LassoSelectionBehavior
(this, _inkCanvas);
6 references to LassoSelectionBehavior
PresentationFramework (6)
MS\Internal\Ink\EditingCoordinator.cs (2)
481
internal
LassoSelectionBehavior
LassoSelectionBehavior
1404
private
LassoSelectionBehavior
_lassoSelectionBehavior;
MS\Internal\Ink\LassoSelectionBehavior.cs (4)
368
ElementCornerPoints elementPoints =
LassoSelectionBehavior
.GetTransformedElementCornerPoints(parent, uiElement);
470
Point midPoint =
LassoSelectionBehavior
.GeneratePointBetweenPoints(point1, point2);
499
Point midPointLeft =
LassoSelectionBehavior
.GeneratePointBetweenPoints(upperLeft, lowerLeft);
500
Point midPointRight =
LassoSelectionBehavior
.GeneratePointBetweenPoints(upperRight, lowerRight);