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