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