25 references to MoveNext
System.Windows.Forms.Primitives (9)
System\Windows\Forms\RefCountedCache.cs (3)
89while (enumerator.MoveNext()) 153while (enumerator.MoveNext()) 179while (enumerator.MoveNext())
System\Windows\Forms\SinglyLinkedList.cs (6)
132/// so that <see cref="MoveNext"/> will place on the next node (if any). 135/// Thrown if attempting to remove without successfully calling <see cref="MoveNext"/>. Will also 137/// without calling <see cref="MoveNext"/>. 177/// <see cref="Current"/> the prior node so that <see cref="MoveNext"/> will place on the next node 181/// Thrown if attempting to move without successfully calling <see cref="MoveNext"/>. Will also 183/// without calling <see cref="MoveNext"/>.
System.Windows.Forms.Primitives.Tests (16)
System\Windows\Forms\SinglyLinkedListTests.cs (16)
71Assert.True(enumerator.MoveNext()); 77Assert.True(enumerator.MoveNext()); 80Assert.True(enumerator.MoveNext()); 85Assert.True(enumerator.MoveNext()); 87Assert.True(enumerator.MoveNext()); 89Assert.True(enumerator.MoveNext()); 95Assert.False(enumerator.MoveNext()); 111Assert.True(enumerator.MoveNext()); 123Assert.True(enumerator.MoveNext()); 129Assert.True(enumerator.MoveNext()); 131Assert.True(enumerator.MoveNext()); 137Assert.True(enumerator.MoveNext()); 138Assert.True(enumerator.MoveNext()); 143Assert.False(enumerator.MoveNext()); 159Assert.True(enumerator.MoveNext()); 192while (enumerator.MoveNext())