9 references to InternalChildren
PresentationCore (9)
System\Windows\Media\Animation\Clock.cs (3)
578&& clockGroup.InternalChildren != null )) 1412List<Clock> parentChildren = _parent.InternalChildren; 4267List<Clock> children = thisGroup.InternalChildren;
System\Windows\Media\Animation\ParallelTimeline.cs (1)
91List<Clock> children = clockGroup.InternalChildren;
System\Windows\Media\Animation\TimelineClockCollection.cs (5)
31List<Clock> childList = clockGroup.InternalChildren; 123List<Clock> list = clockGroup.InternalChildren; 155list = clockGroup.InternalChildren; 279list = clockGroup.InternalChildren; 384if (clockGroup != null && clockGroup.InternalChildren != null)