24 references to Add
PresentationCore (2)
System\Windows\Media\Animation\Generated\DoubleAnimationUsingKeyFrames.cs (1)
234KeyFrames.Add(keyFrame);
System\Windows\Media\Animation\Generated\DoubleKeyFrameCollection.cs (1)
282return Add((DoubleKeyFrame)keyFrame);
PresentationFramework (2)
System\windows\Documents\CaretElement.cs (2)
915blinkAnimation.KeyFrames.Add(new DiscreteDoubleKeyFrame(1, KeyTime.FromPercent(0.0))); 916blinkAnimation.KeyFrames.Add(new DiscreteDoubleKeyFrame(0, KeyTime.FromPercent(0.5)));
PresentationFramework.Aero (8)
Microsoft\Windows\Themes\ButtonChrome.cs (7)
135daukf.KeyFrames.Add(new LinearDoubleKeyFrame(1.0, TimeSpan.FromSeconds(0.5))); 136daukf.KeyFrames.Add(new DiscreteDoubleKeyFrame(1.0, TimeSpan.FromSeconds(0.75))); 137daukf.KeyFrames.Add(new LinearDoubleKeyFrame(0.0, TimeSpan.FromSeconds(2.0))); 240daukf.KeyFrames.Add(new LinearDoubleKeyFrame(1.0, TimeSpan.FromSeconds(to1))); 241daukf.KeyFrames.Add(new DiscreteDoubleKeyFrame(1.0, TimeSpan.FromSeconds(to1 + 0.25))); 242daukf.KeyFrames.Add(new LinearDoubleKeyFrame(0.0, TimeSpan.FromSeconds(to1 + 1.5))); 243daukf.KeyFrames.Add(new LinearDoubleKeyFrame(currentOpacity, TimeSpan.FromSeconds(2)));
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
94animation.KeyFrames.Add(new LinearDoubleKeyFrame(twiceWidth, translateTime));
PresentationFramework.Aero2 (8)
Microsoft\Windows\Themes\ButtonChrome.cs (7)
135daukf.KeyFrames.Add(new LinearDoubleKeyFrame(1.0, TimeSpan.FromSeconds(0.5))); 136daukf.KeyFrames.Add(new DiscreteDoubleKeyFrame(1.0, TimeSpan.FromSeconds(0.75))); 137daukf.KeyFrames.Add(new LinearDoubleKeyFrame(0.0, TimeSpan.FromSeconds(2.0))); 240daukf.KeyFrames.Add(new LinearDoubleKeyFrame(1.0, TimeSpan.FromSeconds(to1))); 241daukf.KeyFrames.Add(new DiscreteDoubleKeyFrame(1.0, TimeSpan.FromSeconds(to1 + 0.25))); 242daukf.KeyFrames.Add(new LinearDoubleKeyFrame(0.0, TimeSpan.FromSeconds(to1 + 1.5))); 243daukf.KeyFrames.Add(new LinearDoubleKeyFrame(currentOpacity, TimeSpan.FromSeconds(2)));
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
94animation.KeyFrames.Add(new LinearDoubleKeyFrame(twiceWidth, translateTime));
PresentationFramework.AeroLite (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
118animation.KeyFrames.Add(new DiscreteDoubleKeyFrame(x, KeyTime.Uniform));
PresentationFramework.Classic (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
118animation.KeyFrames.Add(new DiscreteDoubleKeyFrame(x, KeyTime.Uniform));
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
118animation.KeyFrames.Add(new DiscreteDoubleKeyFrame(x, KeyTime.Uniform));
PresentationFramework.Royale (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
118animation.KeyFrames.Add(new DiscreteDoubleKeyFrame(x, KeyTime.Uniform));