8 references to Contains
PresentationCore (8)
MS\Internal\Ink\Lasso.cs (4)
298if (this.Contains(lastNodePosition)) 360currentSegmentWithinLasso = this.Contains(strokeNode.GetPointAt(0f)); 365currentSegmentWithinLasso = this.Contains(strokeNode.Position); 369currentSegmentWithinLasso = this.Contains(strokeNode.GetPointAt(fIndex));
System\Windows\Ink\IncrementalHitTester.cs (2)
392if (lasso.Contains((Point)stylusPoints[i])) 396if (lasso == _lasso || _lasso.Contains((Point)stylusPoints[i]))
System\Windows\Ink\Stroke2.cs (1)
281if (lasso.Contains((Point)stylusPoints[i]))
System\Windows\Ink\StrokeCollection2.cs (1)
115if (lasso.Contains((Point)stylusPoints[i]))