8 references to Contains
PresentationCore (8)
Core\CSharp\MS\Internal\Ink\Lasso.cs (4)
305if (this.Contains(lastNodePosition)) 367currentSegmentWithinLasso = this.Contains(strokeNode.GetPointAt(0f)); 372currentSegmentWithinLasso = this.Contains(strokeNode.Position); 376currentSegmentWithinLasso = this.Contains(strokeNode.GetPointAt(fIndex));
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (2)
413if (true == lasso.Contains((Point)stylusPoints[i])) 417if (lasso == _lasso || _lasso.Contains((Point)stylusPoints[i]))
Core\CSharp\System\Windows\Ink\Stroke2.cs (1)
318if (true == lasso.Contains((Point)stylusPoints[i]))
Core\CSharp\System\Windows\Ink\StrokeCollection2.cs (1)
134if (true == lasso.Contains((Point)stylusPoints[i]))