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