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