8 references to GetIterator
PresentationCore (8)
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (1)
556
(_erasingStroke.EraseTest(StrokeNodeIterator.
GetIterator
(strokeInfo.Stroke, strokeInfo.Stroke.DrawingAttributes), eraseAt) == false))
Core\CSharp\System\Windows\Ink\Stroke2.cs (5)
43
StrokeNodeIterator iterator = StrokeNodeIterator.
GetIterator
(this, this.DrawingAttributes);
376
return erasingStroke.HitTest(StrokeNodeIterator.
GetIterator
(this, this.DrawingAttributes));
513
StrokeNodeIterator iterator = StrokeNodeIterator.
GetIterator
(this, drawingAttributes);
631
erasingStroke.EraseTest(StrokeNodeIterator.
GetIterator
(this, this.DrawingAttributes), intersections);
654
return lasso.HitTest(StrokeNodeIterator.
GetIterator
(this, this.DrawingAttributes));
Core\CSharp\System\Windows\Ink\StrokeCollection2.cs (2)
239
erasingStroke.HitTest(StrokeNodeIterator.
GetIterator
(stroke, stroke.DrawingAttributes)))
377
erasingStroke.EraseTest(StrokeNodeIterator.
GetIterator
(stroke, stroke.DrawingAttributes), intersections);