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