9 references to InternalChildren
PresentationCore (9)
System\Windows\Media\Animation\Clock.cs (3)
592&& clockGroup.InternalChildren != null )) 1429List<Clock> parentChildren = _parent.InternalChildren; 4294List<Clock> children = thisGroup.InternalChildren;
System\Windows\Media\Animation\ParallelTimeline.cs (1)
97List<Clock> children = clockGroup.InternalChildren;
System\Windows\Media\Animation\TimelineClockCollection.cs (5)
42List<Clock> childList = clockGroup.InternalChildren; 134List<Clock> list = clockGroup.InternalChildren; 169list = clockGroup.InternalChildren; 295list = clockGroup.InternalChildren; 400if (clockGroup != null && clockGroup.InternalChildren != null)