3 writes to _currentChildType
PresentationFramework (3)
System\Windows\Documents\Table.cs (3)
433_currentChildType++; 461_currentChildType++; 496_currentChildType = ChildrenTypes.BeforeFirst;
8 references to _currentChildType
PresentationFramework (8)
System\Windows\Documents\Table.cs (8)
432if ((_currentChildType != ChildrenTypes.Columns) && (_currentChildType != ChildrenTypes.RowGroups)) 437while (_currentChildType < ChildrenTypes.AfterLast) 439switch (_currentChildType) 464Debug.Assert(_currentChildType != ChildrenTypes.BeforeFirst); 465return (_currentChildType != ChildrenTypes.AfterLast); 472if (_currentChildType == ChildrenTypes.BeforeFirst) 477if (_currentChildType == ChildrenTypes.AfterLast)