Implemented interface member:
5 references to Add
PresentationCore (1)
System\Windows\Media\Animation\TimelineGroup.cs (1)
150
Children.
Add
(timelineChild);
PresentationFramework (2)
System\Windows\VisualStateManager.cs (2)
400
dynamic.Children.
Add
(toAnimation);
414
dynamic.Children.
Add
(fromAnimation);
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (2)
139
_mouseEnterStoryboard.Children.
Add
(CreateOpacityAnimation(true, _hotBackgroundBorder));
141
_mouseLeaveStoryboard.Children.
Add
(CreateOpacityAnimation(false, _hotBackgroundBorder));