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)
453
if ((
_currentChildType
!= ChildrenTypes.Columns) && (
_currentChildType
!= ChildrenTypes.RowGroups))
458
while (
_currentChildType
< ChildrenTypes.AfterLast)
460
switch (
_currentChildType
)
485
Debug.Assert(
_currentChildType
!= ChildrenTypes.BeforeFirst);
486
return (
_currentChildType
!= ChildrenTypes.AfterLast);
493
if (
_currentChildType
== ChildrenTypes.BeforeFirst)
498
if (
_currentChildType
== ChildrenTypes.AfterLast)