1 instantiation of LassoSelectionBehavior
PresentationFramework (1)
MS\Internal\Ink\EditingCoordinator.cs (1)
472_lassoSelectionBehavior = new LassoSelectionBehavior(this, _inkCanvas);
6 references to LassoSelectionBehavior
PresentationFramework (6)
MS\Internal\Ink\EditingCoordinator.cs (2)
466internal LassoSelectionBehavior LassoSelectionBehavior 1389private LassoSelectionBehavior _lassoSelectionBehavior;
MS\Internal\Ink\LassoSelectionBehavior.cs (4)
359ElementCornerPoints elementPoints = LassoSelectionBehavior.GetTransformedElementCornerPoints(parent, uiElement); 461Point midPoint = LassoSelectionBehavior.GeneratePointBetweenPoints(point1, point2); 490Point midPointLeft = LassoSelectionBehavior.GeneratePointBetweenPoints(upperLeft, lowerLeft); 491Point midPointRight = LassoSelectionBehavior.GeneratePointBetweenPoints(upperRight, lowerRight);