9 references to Current
System.Windows.Forms.Primitives (9)
System\Windows\Forms\RefCountedCache.cs (3)
91
var node = enumerator.
Current
;
158
var node = enumerator.
Current
;
181
enumerator.
Current
!.Value.Dispose();
System\Windows\Forms\SinglyLinkedList.cs (6)
93
/// Attempts to move to the next node. Sets <see cref="
Current
"/> when successful. If there are no more
94
/// nodes returns false and <see cref="
Current
"/> will be null.
131
/// Removes the <see cref="
Current
"/> node. Note that this will make <see cref="
Current
"/> the prior node
176
/// Moves the <see cref="
Current
"/> node to the front of the list. Note that this will make
177
/// <see cref="
Current
"/> the prior node so that <see cref="MoveNext"/> will place on the next node