1 write to _startPoint
PresentationFramework (1)
MS\Internal\Ink\LassoSelectionBehavior.cs (1)
134_startPoint = point;
3 references to _startPoint
PresentationFramework (3)
MS\Internal\Ink\LassoSelectionBehavior.cs (3)
143Vector vector = point - _startPoint; 205Vector vector = point - _startPoint; 268TapSelectObject(_startPoint, out tappedStroke, out tappedElement);