1 override of FirstChild
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs (1)
167
internal override Clock
FirstChild
1 reference to FirstChild
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Subtree.cs (1)
237
while ((nextClock = _currentClock.
FirstChild
) != null);