9 references to MoveNext
System.Windows.Forms.Primitives (9)
System\Windows\Forms\RefCountedCache.cs (3)
89
while (enumerator.
MoveNext
())
153
while (enumerator.
MoveNext
())
179
while (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
"/>.