1 write to _lasso
PresentationFramework (1)
MS\Internal\Ink\LassoHelper.cs (1)
308_lasso = new List<Point>(100);
10 references to _lasso
PresentationFramework (10)
MS\Internal\Ink\LassoHelper.cs (10)
83_lasso.Add(point); 100_lasso.Add(point); 115_lasso.Add(lassoPoint); 201int last = _lasso.Count; 205if (false == DoubleUtil.AreClose(_lasso[last].Y, point.Y)) 207isHigher = point.Y < _lasso[last].Y; 213Point prevLassoPoint = _lasso[_lasso.Count - 1]; 215for (int i = 0; i < _lasso.Count; i++) 217Point lassoPoint = _lasso[i];