3 writes to _currentChildType
PresentationFramework (3)
System\Windows\Documents\Table.cs (3)
454_currentChildType++; 482_currentChildType++; 517_currentChildType = ChildrenTypes.BeforeFirst;
8 references to _currentChildType
PresentationFramework (8)
System\Windows\Documents\Table.cs (8)
453if ((_currentChildType != ChildrenTypes.Columns) && (_currentChildType != ChildrenTypes.RowGroups)) 458while (_currentChildType < ChildrenTypes.AfterLast) 460switch (_currentChildType) 485Debug.Assert(_currentChildType != ChildrenTypes.BeforeFirst); 486return (_currentChildType != ChildrenTypes.AfterLast); 493if (_currentChildType == ChildrenTypes.BeforeFirst) 498if (_currentChildType == ChildrenTypes.AfterLast)