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