Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Media / Animation / Generated / LinearKeyFrames.cs / 1305600 / LinearKeyFrames.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // This file was generated, please do not edit it directly. // // Please see http://wiki/default.aspx/Microsoft.Projects.Avalon/MilCodeGen.html for more information. // //--------------------------------------------------------------------------- using MS.Internal; using System; using System.Collections; using System.ComponentModel; using System.Diagnostics; using System.Windows.Media; using System.Windows.Media.Media3D; using MS.Internal.PresentationFramework; namespace System.Windows.Media.Animation { ////// This class is used as part of a ThicknessKeyFrameCollection in /// conjunction with a KeyFrameThicknessAnimation to animate a /// Thickness property value along a set of key frames. /// /// This ThicknessKeyFrame interpolates the between the Thickness Value of /// the previous key frame and its own Value linearly to produce its output value. /// public partial class LinearThicknessKeyFrame : ThicknessKeyFrame { #region Constructors ////// Creates a new LinearThicknessKeyFrame. /// public LinearThicknessKeyFrame() : base() { } ////// Creates a new LinearThicknessKeyFrame. /// public LinearThicknessKeyFrame(Thickness value) : base(value) { } ////// Creates a new LinearThicknessKeyFrame. /// public LinearThicknessKeyFrame(Thickness value, KeyTime keyTime) : base(value, keyTime) { } #endregion #region Freezable ////// Implementation of ///Freezable.CreateInstanceCore . ///The new Freezable. protected override Freezable CreateInstanceCore() { return new LinearThicknessKeyFrame(); } #endregion #region ThicknessKeyFrame ////// Implemented to linearly interpolate between the baseValue and the /// Value of this KeyFrame using the keyFrameProgress. /// protected override Thickness InterpolateValueCore(Thickness baseValue, double keyFrameProgress) { if (keyFrameProgress == 0.0) { return baseValue; } else if (keyFrameProgress == 1.0) { return Value; } else { return AnimatedTypeHelpers.InterpolateThickness(baseValue, Value, keyFrameProgress); } } #endregion } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // This file was generated, please do not edit it directly. // // Please see http://wiki/default.aspx/Microsoft.Projects.Avalon/MilCodeGen.html for more information. // //--------------------------------------------------------------------------- using MS.Internal; using System; using System.Collections; using System.ComponentModel; using System.Diagnostics; using System.Windows.Media; using System.Windows.Media.Media3D; using MS.Internal.PresentationFramework; namespace System.Windows.Media.Animation { ////// This class is used as part of a ThicknessKeyFrameCollection in /// conjunction with a KeyFrameThicknessAnimation to animate a /// Thickness property value along a set of key frames. /// /// This ThicknessKeyFrame interpolates the between the Thickness Value of /// the previous key frame and its own Value linearly to produce its output value. /// public partial class LinearThicknessKeyFrame : ThicknessKeyFrame { #region Constructors ////// Creates a new LinearThicknessKeyFrame. /// public LinearThicknessKeyFrame() : base() { } ////// Creates a new LinearThicknessKeyFrame. /// public LinearThicknessKeyFrame(Thickness value) : base(value) { } ////// Creates a new LinearThicknessKeyFrame. /// public LinearThicknessKeyFrame(Thickness value, KeyTime keyTime) : base(value, keyTime) { } #endregion #region Freezable ////// Implementation of ///Freezable.CreateInstanceCore . ///The new Freezable. protected override Freezable CreateInstanceCore() { return new LinearThicknessKeyFrame(); } #endregion #region ThicknessKeyFrame ////// Implemented to linearly interpolate between the baseValue and the /// Value of this KeyFrame using the keyFrameProgress. /// protected override Thickness InterpolateValueCore(Thickness baseValue, double keyFrameProgress) { if (keyFrameProgress == 0.0) { return baseValue; } else if (keyFrameProgress == 1.0) { return Value; } else { return AnimatedTypeHelpers.InterpolateThickness(baseValue, Value, keyFrameProgress); } } #endregion } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FormattedText.cs
- DataServices.cs
- BaseDataList.cs
- XmlNamespaceMapping.cs
- UpdateManifestForBrowserApplication.cs
- SerialStream.cs
- PropertyOverridesTypeEditor.cs
- IDQuery.cs
- SchemaType.cs
- Gdiplus.cs
- PixelShader.cs
- HitTestParameters3D.cs
- MouseButton.cs
- EditorZone.cs
- SystemTcpStatistics.cs
- Function.cs
- TemplateManager.cs
- SharedDp.cs
- XmlSchemaElement.cs
- StandardToolWindows.cs
- InstanceCollisionException.cs
- CalendarDataBindingHandler.cs
- OrderedDictionaryStateHelper.cs
- ModelChangedEventArgsImpl.cs
- StoreItemCollection.cs
- DataControlReference.cs
- ExpressionEvaluator.cs
- ExpressionBuilder.cs
- Panel.cs
- HtmlAnchor.cs
- SoapMessage.cs
- ConfigurationErrorsException.cs
- ObjectNotFoundException.cs
- ScriptingRoleServiceSection.cs
- InitializingNewItemEventArgs.cs
- WorkflowViewManager.cs
- HostProtectionException.cs
- AudioBase.cs
- SqlNodeAnnotation.cs
- basecomparevalidator.cs
- SafeNativeMethods.cs
- JoinCqlBlock.cs
- XmlSerializationGeneratedCode.cs
- EnvelopedPkcs7.cs
- COM2FontConverter.cs
- COM2PropertyBuilderUITypeEditor.cs
- ObjectDataSourceStatusEventArgs.cs
- MexTcpBindingElement.cs
- SectionVisual.cs
- EntityCollection.cs
- SoapCodeExporter.cs
- DesignerVerb.cs
- InvokeBase.cs
- NameValueFileSectionHandler.cs
- TemplatedAdorner.cs
- ExtensibleClassFactory.cs
- CheckBox.cs
- WindowsAuthenticationEventArgs.cs
- ConfigurationLocation.cs
- FolderLevelBuildProviderAppliesToAttribute.cs
- MimeBasePart.cs
- UDPClient.cs
- CircleHotSpot.cs
- ExpressionQuoter.cs
- SqlCacheDependency.cs
- DBConnection.cs
- SQLBytesStorage.cs
- OdbcConnectionStringbuilder.cs
- AggregateNode.cs
- XmlAttributeProperties.cs
- ObjectMemberMapping.cs
- contentDescriptor.cs
- TreeNodeStyle.cs
- MD5.cs
- EdmRelationshipRoleAttribute.cs
- PopupEventArgs.cs
- DigestComparer.cs
- basemetadatamappingvisitor.cs
- XmlSchemaSimpleType.cs
- PropertyGridView.cs
- ImageFormatConverter.cs
- ListItem.cs
- GeometryCollection.cs
- XmlElementList.cs
- DataServiceClientException.cs
- Animatable.cs
- CompositionTarget.cs
- SoapExtensionStream.cs
- WindowsSpinner.cs
- DecoderFallbackWithFailureFlag.cs
- WindowsMenu.cs
- DesignerToolboxInfo.cs
- BlockUIContainer.cs
- XmlDataImplementation.cs
- XmlUtilWriter.cs
- TreeNodeCollection.cs
- ColorTransformHelper.cs
- Rotation3DAnimation.cs
- ParseChildrenAsPropertiesAttribute.cs
- OpenCollectionAsyncResult.cs