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