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