5 references to GetEnumerator
PresentationFramework (5)
src\Framework\MS\Internal\Documents\ContentElementCollection.cs (1)
132
return this.
GetEnumerator
();
src\Framework\System\Windows\Documents\TableCellCollection.cs (1)
96
return _cellCollectionInternal.
GetEnumerator
();
src\Framework\System\Windows\Documents\TableColumnCollection.cs (1)
97
return _columnCollection.
GetEnumerator
();
src\Framework\System\Windows\Documents\TableRowCollection.cs (1)
96
return _rowCollectionInternal.
GetEnumerator
();
src\Framework\System\Windows\Documents\TableRowGroupCollection.cs (1)
96
return _rowGroupCollectionInternal.
GetEnumerator
();