Implemented interface member:
method
Add
System.Collections.Generic.ICollection<T>.Add(T)
3 references to Add
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\TimelineGroup.cs (1)
161Children.Add(timelineChild);
PresentationFramework (2)
src\Framework\System\Windows\VisualStateManager.cs (2)
451dynamic.Children.Add(toAnimation); 465dynamic.Children.Add(fromAnimation);