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