10 references to Stroke
PresentationCore (10)
System\Windows\Ink\IncrementalHitTester.cs (10)
185if (localRemoved[j] == _strokeInfos[i].Stroke) 210if (_strokeInfos[i].Stroke != _strokes[i]) 233if (strokeInfo != null && stroke == strokeInfo.Stroke) 264Debug.Assert(_strokeInfos[x].Stroke == _strokes[x]); 426strokesHit.Add(strokeInfo.Stroke); 436strokesUnhit.Add(strokeInfo.Stroke); 535(!_erasingStroke.EraseTest(StrokeNodeIterator.GetIterator(strokeInfo.Stroke, strokeInfo.Stroke.DrawingAttributes), eraseAt))) 548strokeHitEventArgCollection.Add(new StrokeHitEventArgs(strokeInfo.Stroke, eraseAt.ToArray())); 818DrawingAttributes da = this.Stroke.DrawingAttributes;