Base:
property
FirstChild
System.Windows.Media.Animation.Clock.FirstChild
2 references to FirstChild
PresentationCore (2)
System\Windows\Media\Animation\Subtree.cs (2)
90_currentClock = rootClockGroup.FirstChild; 107Clock nextClock = (currentClockGroup == null) ? null : currentClockGroup.FirstChild;