8 references to IndexOf
PresentationCore (8)
MS\Internal\Ink\Renderer.cs (2)
483
System.Diagnostics.Debug.Assert(_strokes.
IndexOf
(sender as Stroke) != -1);
579
i = _strokes.
IndexOf
(visual.Stroke);
System\Windows\Ink\IncrementalHitTester.cs (1)
178
int firstIndex = _strokes.
IndexOf
(added[0]);
System\Windows\Ink\StrokeCollection.cs (5)
326
if ( this.
IndexOf
(stroke) != -1 )
344
if (
IndexOf
(stroke) != -1 )
444
if ( this.
IndexOf
(stroke) != -1 )
521
if ( this.
IndexOf
(stroke) != -1 )
552
Debug.Assert(stroke != null &&
IndexOf
(stroke) == -1);