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