9 references to InternalChildren
PresentationCore (9)
System\Windows\Media\Animation\Clock.cs (3)
579&& clockGroup.InternalChildren != null )) 1416List<Clock> parentChildren = _parent.InternalChildren; 4281List<Clock> children = thisGroup.InternalChildren;
System\Windows\Media\Animation\ParallelTimeline.cs (1)
92List<Clock> children = clockGroup.InternalChildren;
System\Windows\Media\Animation\TimelineClockCollection.cs (5)
34List<Clock> childList = clockGroup.InternalChildren; 126List<Clock> list = clockGroup.InternalChildren; 161list = clockGroup.InternalChildren; 287list = clockGroup.InternalChildren; 392if (clockGroup != null && clockGroup.InternalChildren != null)