Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Framework / System / Windows / Media / Animation / Generated / LinearKeyFrames.cs / 1 / 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
- BufferedStream.cs
- AudienceUriMode.cs
- SchemaElement.cs
- WmlControlAdapter.cs
- AssemblyNameProxy.cs
- PlacementWorkspace.cs
- TextOnlyOutput.cs
- WebPartConnectionsCloseVerb.cs
- TextEncodedRawTextWriter.cs
- DynamicFilter.cs
- BindValidationContext.cs
- ComplexObject.cs
- DocumentPageHost.cs
- DataGridItemEventArgs.cs
- Ref.cs
- TextEditorCopyPaste.cs
- ItemsControlAutomationPeer.cs
- CopyOfAction.cs
- DefaultClaimSet.cs
- HtmlTableCell.cs
- LogWriteRestartAreaState.cs
- NativeCppClassAttribute.cs
- ServicesUtilities.cs
- BinaryMessageEncoder.cs
- IdentitySection.cs
- DesignerTextWriter.cs
- ControlPaint.cs
- CheckPair.cs
- Lease.cs
- ObjectTag.cs
- CaseStatementSlot.cs
- DesignerCategoryAttribute.cs
- TdsParser.cs
- WindowsSspiNegotiation.cs
- Utils.cs
- DataMemberConverter.cs
- PointValueSerializer.cs
- EntityViewGenerationAttribute.cs
- MatrixAnimationUsingPath.cs
- EntityDataSourceWizardForm.cs
- TextTreeInsertElementUndoUnit.cs
- CodeStatementCollection.cs
- ConfigurationSchemaErrors.cs
- Visual.cs
- ScriptingJsonSerializationSection.cs
- StringValidatorAttribute.cs
- ResXResourceSet.cs
- KeyFrames.cs
- SafeRightsManagementHandle.cs
- Trigger.cs
- XmlnsDictionary.cs
- UnicastIPAddressInformationCollection.cs
- AjaxFrameworkAssemblyAttribute.cs
- BinaryUtilClasses.cs
- GetFileNameResult.cs
- RoleManagerModule.cs
- LicenseContext.cs
- StyleBamlTreeBuilder.cs
- ServicesUtilities.cs
- SafeHandles.cs
- InfoCardArgumentException.cs
- EdmConstants.cs
- InstanceContext.cs
- WindowHelperService.cs
- ExceptionHelpers.cs
- DataRowExtensions.cs
- CapabilitiesRule.cs
- CreateUserWizard.cs
- OperationInfoBase.cs
- XPathExpr.cs
- DataKey.cs
- SmtpCommands.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- StringWriter.cs
- WrappedIUnknown.cs
- SqlAggregateChecker.cs
- MarkupCompiler.cs
- EditorZone.cs
- DictationGrammar.cs
- InvalidPrinterException.cs
- CustomErrorCollection.cs
- SessionStateContainer.cs
- UIElement.cs
- PackWebRequestFactory.cs
- ObjectDataSourceView.cs
- ListViewSortEventArgs.cs
- SemanticResultKey.cs
- StringArrayEditor.cs
- PrimitiveOperationFormatter.cs
- FixedDocumentPaginator.cs
- TdsParserStaticMethods.cs
- SecureConversationSecurityTokenParameters.cs
- AuthorizationRuleCollection.cs
- ProjectionPathSegment.cs
- FileIOPermission.cs
- Comparer.cs
- CommandValueSerializer.cs
- RsaSecurityKey.cs
- BorderGapMaskConverter.cs
- entitydatasourceentitysetnameconverter.cs