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)
432
if ((
_currentChildType
!= ChildrenTypes.Columns) && (
_currentChildType
!= ChildrenTypes.RowGroups))
437
while (
_currentChildType
< ChildrenTypes.AfterLast)
439
switch (
_currentChildType
)
464
Debug.Assert(
_currentChildType
!= ChildrenTypes.BeforeFirst);
465
return (
_currentChildType
!= ChildrenTypes.AfterLast);
472
if (
_currentChildType
== ChildrenTypes.BeforeFirst)
477
if (
_currentChildType
== ChildrenTypes.AfterLast)