8 references to IndexOf
PresentationCore (8)
MS\Internal\Ink\Renderer.cs (2)
474
System.Diagnostics.Debug.Assert(_strokes.
IndexOf
(sender as Stroke) != -1);
570
i = _strokes.
IndexOf
(visual.Stroke);
System\Windows\Ink\IncrementalHitTester.cs (1)
168
int firstIndex = _strokes.
IndexOf
(added[0]);
System\Windows\Ink\StrokeCollection.cs (5)
307
if ( this.
IndexOf
(stroke) != -1 )
325
if (
IndexOf
(stroke) != -1 )
425
if ( this.
IndexOf
(stroke) != -1 )
502
if ( this.
IndexOf
(stroke) != -1 )
533
Debug.Assert(stroke != null &&
IndexOf
(stroke) == -1);