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