4 writes to NeedsPostfixTraversal
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (2)
938subtree.Current.NeedsPostfixTraversal = (subtree.Current is ClockGroup); 3658subtree.Current.NeedsPostfixTraversal = (subtree.Current is ClockGroup);
Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs (2)
239current.NeedsPostfixTraversal = (current is ClockGroup) || (current.IsRoot); 273current.NeedsPostfixTraversal = false; // Reset the flag
2 references to NeedsPostfixTraversal
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs (2)
266if (current.NeedsPostfixTraversal) 299if (_children[c].NeedsPostfixTraversal) // Traverse deeper if this is part of the visited tree subset