8 references to InternalChildren
PresentationCore (8)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (2)
594&& clockGroup.InternalChildren != null )) 1432List<Clock> parentChildren = _parent.InternalChildren;
Core\CSharp\System\Windows\Media\Animation\ParallelTimeline.cs (1)
98List<Clock> children = clockGroup.InternalChildren;
Core\CSharp\System\Windows\Media\Animation\TimelineClockCollection.cs (5)
39List<Clock> childList = clockGroup.InternalChildren; 134List<Clock> list = clockGroup.InternalChildren; 169list = clockGroup.InternalChildren; 295list = clockGroup.InternalChildren; 401if (clockGroup != null && clockGroup.InternalChildren != null)