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)
436
if ((
_currentChildType
!= ChildrenTypes.Columns) && (
_currentChildType
!= ChildrenTypes.RowGroups))
441
while (
_currentChildType
< ChildrenTypes.AfterLast)
443
switch (
_currentChildType
)
468
Debug.Assert(
_currentChildType
!= ChildrenTypes.BeforeFirst);
469
return (
_currentChildType
!= ChildrenTypes.AfterLast);
476
if (
_currentChildType
== ChildrenTypes.BeforeFirst)
481
if (
_currentChildType
== ChildrenTypes.AfterLast)