1 write to _lasso
PresentationFramework (1)
MS\Internal\Ink\LassoHelper.cs (1)
315_lasso = new List<Point>(100);
10 references to _lasso
PresentationFramework (10)
MS\Internal\Ink\LassoHelper.cs (10)
88_lasso.Add(point); 105_lasso.Add(point); 120_lasso.Add(lassoPoint); 210int last = _lasso.Count; 214if (false == DoubleUtil.AreClose(_lasso[last].Y, point.Y)) 216isHigher = point.Y < _lasso[last].Y; 222Point prevLassoPoint = _lasso[_lasso.Count - 1]; 224for (int i = 0; i < _lasso.Count; i++) 226Point lassoPoint = _lasso[i];