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