7 references to HitStroke
PresentationCore (1)
System\Windows\Ink\IncrementalHitTester.cs (1)
563System.Diagnostics.Debug.Assert(eventArgs.HitStroke != null);
PresentationFramework (6)
MS\Internal\Ink\EraserBehavior.cs (6)
342Debug.Assert(null != e.HitStroke); 351InkCanvasStrokeErasingEventArgs args = new InkCanvasStrokeErasingEventArgs(e.HitStroke); 357InkCanvas.Strokes.Remove(e.HitStroke); 380Debug.Assert(null != e.HitStroke, "e.HitStroke cannot be null"); 389InkCanvasStrokeErasingEventArgs args = new InkCanvasStrokeErasingEventArgs(e.HitStroke); 399strokesToReplace.Add(e.HitStroke);