10 references to Stroke
PresentationCore (10)
System\Windows\Ink\IncrementalHitTester.cs (10)
195
if (localRemoved[j] == _strokeInfos[i].
Stroke
)
220
if (_strokeInfos[i].
Stroke
!= _strokes[i])
243
if (strokeInfo != null && stroke == strokeInfo.
Stroke
)
277
Debug.Assert(_strokeInfos[x].
Stroke
== _strokes[x]);
439
strokesHit.Add(strokeInfo.
Stroke
);
449
strokesUnhit.Add(strokeInfo.
Stroke
);
548
(_erasingStroke.EraseTest(StrokeNodeIterator.GetIterator(strokeInfo.
Stroke
, strokeInfo.
Stroke
.DrawingAttributes), eraseAt) == false))
561
strokeHitEventArgCollection.Add(new StrokeHitEventArgs(strokeInfo.
Stroke
, eraseAt.ToArray()));
831
DrawingAttributes da = this.
Stroke
.DrawingAttributes;