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)
481internal LassoSelectionBehavior LassoSelectionBehavior 1404private LassoSelectionBehavior _lassoSelectionBehavior;
MS\Internal\Ink\LassoSelectionBehavior.cs (4)
368ElementCornerPoints elementPoints = LassoSelectionBehavior.GetTransformedElementCornerPoints(parent, uiElement); 470Point midPoint = LassoSelectionBehavior.GeneratePointBetweenPoints(point1, point2); 499Point midPointLeft = LassoSelectionBehavior.GeneratePointBetweenPoints(upperLeft, lowerLeft); 500Point midPointRight = LassoSelectionBehavior.GeneratePointBetweenPoints(upperRight, lowerRight);