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