7 references to HitStroke
PresentationCore (1)
System\Windows\Ink\IncrementalHitTester.cs (1)
562System.Diagnostics.Debug.Assert(eventArgs.HitStroke != null);
PresentationFramework (6)
MS\Internal\Ink\EraserBehavior.cs (6)
341Debug.Assert(null != e.HitStroke); 350InkCanvasStrokeErasingEventArgs args = new InkCanvasStrokeErasingEventArgs(e.HitStroke); 356InkCanvas.Strokes.Remove(e.HitStroke); 379Debug.Assert(null != e.HitStroke, "e.HitStroke cannot be null"); 388InkCanvasStrokeErasingEventArgs args = new InkCanvasStrokeErasingEventArgs(e.HitStroke); 398strokesToReplace.Add(e.HitStroke);