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