7 references to HitStroke
PresentationCore (1)
System\Windows\Ink\IncrementalHitTester.cs (1)
575System.Diagnostics.Debug.Assert(eventArgs.HitStroke != null);
PresentationFramework (6)
MS\Internal\Ink\EraserBehavior.cs (6)
355Debug.Assert(null != e.HitStroke); 364InkCanvasStrokeErasingEventArgs args = new InkCanvasStrokeErasingEventArgs(e.HitStroke); 370InkCanvas.Strokes.Remove(e.HitStroke); 393Debug.Assert(null != e.HitStroke, "e.HitStroke cannot be null"); 402InkCanvasStrokeErasingEventArgs args = new InkCanvasStrokeErasingEventArgs(e.HitStroke); 412strokesToReplace.Add(e.HitStroke);