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