1 write to _lasso
PresentationCore (1)
System\Windows\Ink\IncrementalHitTester.cs (1)
310_lasso = new SingleLoopLasso();
17 references to _lasso
PresentationCore (17)
System\Windows\Ink\IncrementalHitTester.cs (17)
323int lastPointIndex = (0 != _lasso.PointCount) ? (_lasso.PointCount - 1) : 0; 324_lasso.AddPoints(points); 329if ((_lasso.IsEmpty) || (lastPointIndex == (_lasso.PointCount - 1) && !_lasso.IsIncrementalLassoDirty) 342if (!_lasso.IsIncrementalLassoDirty) 346lassoUpdate.AddPoint(_lasso[0]); 351for (; lastPointIndex < _lasso.PointCount; lastPointIndex++) 353lassoUpdate.AddPoint(_lasso[lastPointIndex]); 361if (strokeInfo.IsDirty || _lasso.IsIncrementalLassoDirty) 367lasso = _lasso; 396if (lasso == _lasso || _lasso.Contains((Point)stylusPoints[i])) 410if ((hitWeightChange != 0) || (lasso == _lasso)) 412strokeInfo.HitWeight = (lasso == _lasso) ? hitWeightChange : (strokeInfo.HitWeight + hitWeightChange); 442_lasso.IsIncrementalLassoDirty = false;