7 references to HitStroke
PresentationCore (1)
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (1)
583System.Diagnostics.Debug.Assert(eventArgs.HitStroke != null);
PresentationFramework (6)
src\Framework\MS\Internal\Ink\EraserBehavior.cs (6)
357Debug.Assert(null != e.HitStroke); 366InkCanvasStrokeErasingEventArgs args = new InkCanvasStrokeErasingEventArgs(e.HitStroke); 372InkCanvas.Strokes.Remove(e.HitStroke); 395Debug.Assert(null != e.HitStroke, "e.HitStroke cannot be null"); 405InkCanvasStrokeErasingEventArgs args = new InkCanvasStrokeErasingEventArgs(e.HitStroke); 415strokesToReplace.Add(e.HitStroke);