9 references to Stroke
PresentationCore (9)
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (9)
203
if (localRemoved[j] == _strokeInfos[i].
Stroke
)
228
if (_strokeInfos[i].
Stroke
!= _strokes[i])
251
if (strokeInfo != null && stroke == strokeInfo.
Stroke
)
447
strokesHit.Add(strokeInfo.
Stroke
);
457
strokesUnhit.Add(strokeInfo.
Stroke
);
556
(_erasingStroke.EraseTest(StrokeNodeIterator.GetIterator(strokeInfo.
Stroke
, strokeInfo.
Stroke
.DrawingAttributes), eraseAt) == false))
569
strokeHitEventArgCollection.Add(new StrokeHitEventArgs(strokeInfo.
Stroke
, eraseAt.ToArray()));
842
DrawingAttributes da = this.
Stroke
.DrawingAttributes;