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