9 references to MoveCurrentToFront
System.Windows.Forms.Primitives (3)
System\Windows\Forms\RefCountedCache.cs (1)
101
enumerator.
MoveCurrentToFront
();
System\Windows\Forms\SinglyLinkedList.cs (2)
136
/// throw if <see cref="RemoveCurrent"/> or <see cref="
MoveCurrentToFront
"/> is called more than once
182
/// throw if <see cref="RemoveCurrent"/> or <see cref="
MoveCurrentToFront
"/> is called more than once
System.Windows.Forms.Primitives.Tests (6)
System\Windows\Forms\SinglyLinkedListTests.cs (6)
72
enumerator.
MoveCurrentToFront
();
82
enumerator.
MoveCurrentToFront
();
92
enumerator.
MoveCurrentToFront
();
110
Assert.Throws<InvalidOperationException>(enumerator.
MoveCurrentToFront
);
112
enumerator.
MoveCurrentToFront
();
113
Assert.Throws<InvalidOperationException>(enumerator.
MoveCurrentToFront
);