8 references to Contains
PresentationCore (8)
MS\Internal\Ink\Lasso.cs (4)
303if (this.Contains(lastNodePosition)) 365currentSegmentWithinLasso = this.Contains(strokeNode.GetPointAt(0f)); 370currentSegmentWithinLasso = this.Contains(strokeNode.Position); 374currentSegmentWithinLasso = this.Contains(strokeNode.GetPointAt(fIndex));
System\Windows\Ink\IncrementalHitTester.cs (2)
405if (true == lasso.Contains((Point)stylusPoints[i])) 409if (lasso == _lasso || _lasso.Contains((Point)stylusPoints[i]))
System\Windows\Ink\Stroke2.cs (1)
294if (true == lasso.Contains((Point)stylusPoints[i]))
System\Windows\Ink\StrokeCollection2.cs (1)
127if (true == lasso.Contains((Point)stylusPoints[i]))