8 references to IndexOf
PresentationCore (8)
Core\CSharp\MS\Internal\Ink\Renderer.cs (2)
501
System.Diagnostics.Debug.Assert(_strokes.
IndexOf
(sender as Stroke) != -1);
597
i = _strokes.
IndexOf
(visual.Stroke);
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (1)
186
int firstIndex = _strokes.
IndexOf
(added[0]);
Core\CSharp\System\Windows\Ink\StrokeCollection.cs (5)
341
if ( this.
IndexOf
(stroke) != -1 )
362
if (
IndexOf
(stroke) != -1 )
468
if ( this.
IndexOf
(stroke) != -1 )
545
if ( this.
IndexOf
(stroke) != -1 )
576
Debug.Assert(stroke != null &&
IndexOf
(stroke) == -1);