4 writes to NeedsPostfixTraversal
PresentationCore (4)
System\Windows\Media\Animation\Clock.cs (2)
935subtree.Current.NeedsPostfixTraversal = (subtree.Current is ClockGroup); 3650subtree.Current.NeedsPostfixTraversal = (subtree.Current is ClockGroup);
System\Windows\Media\Animation\ClockGroup.cs (2)
237current.NeedsPostfixTraversal = (current is ClockGroup) || (current.IsRoot); 271current.NeedsPostfixTraversal = false; // Reset the flag
2 references to NeedsPostfixTraversal
PresentationCore (2)
System\Windows\Media\Animation\ClockGroup.cs (2)
264if (current.NeedsPostfixTraversal) 297if (_children[c].NeedsPostfixTraversal) // Traverse deeper if this is part of the visited tree subset