8 references to InternalChildren
PresentationCore (8)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (2)
594
&& clockGroup.
InternalChildren
!= null ))
1432
List<Clock> parentChildren = _parent.
InternalChildren
;
Core\CSharp\System\Windows\Media\Animation\ParallelTimeline.cs (1)
98
List<Clock> children = clockGroup.
InternalChildren
;
Core\CSharp\System\Windows\Media\Animation\TimelineClockCollection.cs (5)
39
List<Clock> childList = clockGroup.
InternalChildren
;
134
List<Clock> list = clockGroup.
InternalChildren
;
169
list = clockGroup.
InternalChildren
;
295
list = clockGroup.
InternalChildren
;
401
if (clockGroup != null && clockGroup.
InternalChildren
!= null)