4 references to Add
PresentationFramework (4)
System\Windows\Controls\ProgressBar.cs (2)
255animation.KeyFrames.Add(new LinearThicknessKeyFrame(new Thickness(startPos,0,0,0), TimeSpan.FromSeconds(0))); 257animation.KeyFrames.Add(new LinearThicknessKeyFrame(new Thickness(endPos,0,0,0), translateTime));
System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (1)
224KeyFrames.Add(keyFrame);
System\Windows\Media\Animation\Generated\ThicknessKeyFrameCollection.cs (1)
275return Add((ThicknessKeyFrame)keyFrame);