10 references to Stroke
PresentationCore (10)
System\Windows\Ink\IncrementalHitTester.cs (10)
186
if (localRemoved[j] == _strokeInfos[i].
Stroke
)
211
if (_strokeInfos[i].
Stroke
!= _strokes[i])
234
if (strokeInfo != null && stroke == strokeInfo.
Stroke
)
268
Debug.Assert(_strokeInfos[x].
Stroke
== _strokes[x]);
430
strokesHit.Add(strokeInfo.
Stroke
);
440
strokesUnhit.Add(strokeInfo.
Stroke
);
539
(_erasingStroke.EraseTest(StrokeNodeIterator.GetIterator(strokeInfo.
Stroke
, strokeInfo.
Stroke
.DrawingAttributes), eraseAt) == false))
552
strokeHitEventArgCollection.Add(new StrokeHitEventArgs(strokeInfo.
Stroke
, eraseAt.ToArray()));
822
DrawingAttributes da = this.
Stroke
.DrawingAttributes;