3 writes to _currentChildType
PresentationFramework (3)
System\Windows\Documents\Table.cs (3)
437_currentChildType++; 465_currentChildType++; 500_currentChildType = ChildrenTypes.BeforeFirst;
8 references to _currentChildType
PresentationFramework (8)
System\Windows\Documents\Table.cs (8)
436if ((_currentChildType != ChildrenTypes.Columns) && (_currentChildType != ChildrenTypes.RowGroups)) 441while (_currentChildType < ChildrenTypes.AfterLast) 443switch (_currentChildType) 468Debug.Assert(_currentChildType != ChildrenTypes.BeforeFirst); 469return (_currentChildType != ChildrenTypes.AfterLast); 476if (_currentChildType == ChildrenTypes.BeforeFirst) 481if (_currentChildType == ChildrenTypes.AfterLast)