4 writes to NeedsPostfixTraversal
PresentationCore (4)
System\Windows\Media\Animation\Clock.cs (2)
921subtree.Current.NeedsPostfixTraversal = (subtree.Current is ClockGroup); 3635subtree.Current.NeedsPostfixTraversal = (subtree.Current is ClockGroup);
System\Windows\Media\Animation\ClockGroup.cs (2)
231current.NeedsPostfixTraversal = (current is ClockGroup) || (current.IsRoot); 265current.NeedsPostfixTraversal = false; // Reset the flag
2 references to NeedsPostfixTraversal
PresentationCore (2)
System\Windows\Media\Animation\ClockGroup.cs (2)
258if (current.NeedsPostfixTraversal) 291if (_children[c].NeedsPostfixTraversal) // Traverse deeper if this is part of the visited tree subset