8 references to GetIterator
PresentationCore (8)
System\Windows\Ink\IncrementalHitTester.cs (1)
548
(_erasingStroke.EraseTest(StrokeNodeIterator.
GetIterator
(strokeInfo.Stroke, strokeInfo.Stroke.DrawingAttributes), eraseAt) == false))
System\Windows\Ink\Stroke2.cs (5)
43
StrokeNodeIterator iterator = StrokeNodeIterator.
GetIterator
(this, this.DrawingAttributes);
345
return erasingStroke.HitTest(StrokeNodeIterator.
GetIterator
(this, this.DrawingAttributes));
472
StrokeNodeIterator iterator = StrokeNodeIterator.
GetIterator
(this, drawingAttributes);
588
erasingStroke.EraseTest(StrokeNodeIterator.
GetIterator
(this, this.DrawingAttributes), intersections);
611
return lasso.HitTest(StrokeNodeIterator.
GetIterator
(this, this.DrawingAttributes));
System\Windows\Ink\StrokeCollection2.cs (2)
226
erasingStroke.HitTest(StrokeNodeIterator.
GetIterator
(stroke, stroke.DrawingAttributes)))
358
erasingStroke.EraseTest(StrokeNodeIterator.
GetIterator
(stroke, stroke.DrawingAttributes), intersections);