7 references to HitStroke
PresentationCore (1)
System\Windows\Ink\IncrementalHitTester.cs (1)
566System.Diagnostics.Debug.Assert(eventArgs.HitStroke != null);
PresentationFramework (6)
MS\Internal\Ink\EraserBehavior.cs (6)
343Debug.Assert(null != e.HitStroke); 352InkCanvasStrokeErasingEventArgs args = new InkCanvasStrokeErasingEventArgs(e.HitStroke); 358InkCanvas.Strokes.Remove(e.HitStroke); 381Debug.Assert(null != e.HitStroke, "e.HitStroke cannot be null"); 390InkCanvasStrokeErasingEventArgs args = new InkCanvasStrokeErasingEventArgs(e.HitStroke); 400strokesToReplace.Add(e.HitStroke);