8 references to Contains
PresentationCore (8)
MS\Internal\Ink\Lasso.cs (4)
299
if (this.
Contains
(lastNodePosition))
361
currentSegmentWithinLasso = this.
Contains
(strokeNode.GetPointAt(0f));
366
currentSegmentWithinLasso = this.
Contains
(strokeNode.Position);
370
currentSegmentWithinLasso = this.
Contains
(strokeNode.GetPointAt(fIndex));
System\Windows\Ink\IncrementalHitTester.cs (2)
396
if (true == lasso.
Contains
((Point)stylusPoints[i]))
400
if (lasso == _lasso || _lasso.
Contains
((Point)stylusPoints[i]))
System\Windows\Ink\Stroke2.cs (1)
285
if (true == lasso.
Contains
((Point)stylusPoints[i]))
System\Windows\Ink\StrokeCollection2.cs (1)
116
if (true == lasso.
Contains
((Point)stylusPoints[i]))