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