1 write to _startPoint
PresentationFramework (1)
MS\Internal\Ink\LassoSelectionBehavior.cs (1)
133_startPoint = point;
3 references to _startPoint
PresentationFramework (3)
MS\Internal\Ink\LassoSelectionBehavior.cs (3)
142Vector vector = point - _startPoint; 204Vector vector = point - _startPoint; 267TapSelectObject(_startPoint, out tappedStroke, out tappedElement);