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