Implemented interface member:
method
MoveNext
System.Collections.IEnumerator.MoveNext()
16 references to MoveNext
PresentationFramework (15)
src\Framework\MS\Internal\DataStreams.cs (1)
129
while (dpEnumerator.
MoveNext
())
src\Framework\System\Windows\Data\BindingOperations.cs (1)
268
while (lve.
MoveNext
())
src\Framework\System\Windows\Documents\TextContainer.cs (2)
296
while (values.
MoveNext
())
3259
while (valuesEnumerator.
MoveNext
())
src\Framework\System\Windows\Documents\TextRangeEdit.cs (2)
475
while (properties.
MoveNext
())
1805
while (!hasLocalValues && enumerator.
MoveNext
())
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (2)
2238
while (properties.
MoveNext
())
2274
while (properties.
MoveNext
())
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (3)
974
while (locallySetProperties.
MoveNext
())
1093
while (properties.
MoveNext
())
1587
while (start.CompareTo(end) < 0 && contextualProperties.
MoveNext
())
src\Framework\System\windows\Documents\TextSelection.cs (1)
1561
while (!this.IsEmpty && springloadFormattingValues.
MoveNext
())
src\Framework\System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
139
while (properties.
MoveNext
())
src\Framework\System\Windows\Documents\TextTreeUndoUnit.cs (1)
145
while (valuesEnumerator.
MoveNext
())
src\Framework\System\Windows\TreeWalkHelper.cs (1)
707
while (localValues.
MoveNext
())
WindowsBase (1)
Base\MS\Internal\ComponentModel\APCustomTypeDescriptor.cs (1)
116
while(localEnum.
MoveNext
())