1 override of UpdateDescendantsWithUnresolvedDuration
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs (1)
547
internal override void
UpdateDescendantsWithUnresolvedDuration
()
2 references to UpdateDescendantsWithUnresolvedDuration
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (1)
2478
UpdateDescendantsWithUnresolvedDuration
(); // See if this is still the case
Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs (1)
559
_children[childIndex].
UpdateDescendantsWithUnresolvedDuration
();