Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Framework / System / Windows / Media / Animation / Generated / DiscreteKeyFrames.cs / 1 / DiscreteKeyFrames.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 changes from the Thickness Value of /// the previous key frame to its own Value without interpolation. The /// change occurs at the KeyTime. /// public class DiscreteThicknessKeyFrame : ThicknessKeyFrame { #region Constructors ////// Creates a new DiscreteThicknessKeyFrame. /// public DiscreteThicknessKeyFrame() : base() { } ////// Creates a new DiscreteThicknessKeyFrame. /// public DiscreteThicknessKeyFrame(Thickness value) : base(value) { } ////// Creates a new DiscreteThicknessKeyFrame. /// public DiscreteThicknessKeyFrame(Thickness value, KeyTime keyTime) : base(value, keyTime) { } #endregion #region Freezable ////// Implementation of ///Freezable.CreateInstanceCore . ///The new Freezable. protected override Freezable CreateInstanceCore() { return new DiscreteThicknessKeyFrame(); } // We don't need to override CloneCore because it won't do anything #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 < 1.0) { return baseValue; } else { return Value; } } #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 changes from the Thickness Value of /// the previous key frame to its own Value without interpolation. The /// change occurs at the KeyTime. /// public class DiscreteThicknessKeyFrame : ThicknessKeyFrame { #region Constructors ////// Creates a new DiscreteThicknessKeyFrame. /// public DiscreteThicknessKeyFrame() : base() { } ////// Creates a new DiscreteThicknessKeyFrame. /// public DiscreteThicknessKeyFrame(Thickness value) : base(value) { } ////// Creates a new DiscreteThicknessKeyFrame. /// public DiscreteThicknessKeyFrame(Thickness value, KeyTime keyTime) : base(value, keyTime) { } #endregion #region Freezable ////// Implementation of ///Freezable.CreateInstanceCore . ///The new Freezable. protected override Freezable CreateInstanceCore() { return new DiscreteThicknessKeyFrame(); } // We don't need to override CloneCore because it won't do anything #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 < 1.0) { return baseValue; } else { return Value; } } #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
- DataSourceProvider.cs
- NamespaceCollection.cs
- SoapIgnoreAttribute.cs
- CellQuery.cs
- ViewCellRelation.cs
- SoapCodeExporter.cs
- DataGridViewColumnStateChangedEventArgs.cs
- ProfilePropertySettingsCollection.cs
- DataReaderContainer.cs
- ScopeElementCollection.cs
- RbTree.cs
- CatalogZone.cs
- ButtonChrome.cs
- EmbeddedObject.cs
- RelatedImageListAttribute.cs
- InvokeFunc.cs
- XmlSchemaAttributeGroupRef.cs
- ColorMap.cs
- ForceCopyBuildProvider.cs
- TextRangeProviderWrapper.cs
- ServiceDesigner.xaml.cs
- LayoutTableCell.cs
- ErrorFormatter.cs
- ChannelBase.cs
- PassportPrincipal.cs
- Site.cs
- thaishape.cs
- ValidatorCollection.cs
- LongValidator.cs
- WebBrowserPermission.cs
- URL.cs
- SQLUtility.cs
- ListView.cs
- PopOutPanel.cs
- fixedPageContentExtractor.cs
- AssemblyBuilderData.cs
- ExpressionEditorAttribute.cs
- FontStretches.cs
- TextDecorationCollection.cs
- RadioButtonRenderer.cs
- CompositeControl.cs
- MergablePropertyAttribute.cs
- SessionStateUtil.cs
- StructuralObject.cs
- DispatcherExceptionFilterEventArgs.cs
- ConfigurationLocationCollection.cs
- ImageBrush.cs
- GeometryCombineModeValidation.cs
- RuleElement.cs
- URLIdentityPermission.cs
- TableCellsCollectionEditor.cs
- OperationParameterInfo.cs
- Int64KeyFrameCollection.cs
- DefaultClaimSet.cs
- ProviderConnectionPoint.cs
- FontStretchConverter.cs
- SizeIndependentAnimationStorage.cs
- FileSystemInfo.cs
- ListViewTableCell.cs
- SecurityUtils.cs
- NumericUpDownAccelerationCollection.cs
- FormConverter.cs
- LineSegment.cs
- FixedNode.cs
- PointLight.cs
- WebPartConnectionsEventArgs.cs
- HtmlTitle.cs
- LogSwitch.cs
- IconHelper.cs
- StorageInfo.cs
- SamlNameIdentifierClaimResource.cs
- PointLightBase.cs
- ProvidePropertyAttribute.cs
- DataKeyArray.cs
- AuditLevel.cs
- SQlBooleanStorage.cs
- XPathDocumentBuilder.cs
- Buffer.cs
- ToolBarPanel.cs
- DataTransferEventArgs.cs
- XPathException.cs
- PageCatalogPartDesigner.cs
- FlowSwitch.cs
- UiaCoreTypesApi.cs
- LiteralTextContainerControlBuilder.cs
- ZipArchive.cs
- Section.cs
- EntityDataSourceStatementEditor.cs
- PropertyTab.cs
- HideDisabledControlAdapter.cs
- StringToken.cs
- SettingsSavedEventArgs.cs
- CTreeGenerator.cs
- ViewStateModeByIdAttribute.cs
- DetailsViewPageEventArgs.cs
- CAGDesigner.cs
- MobileControl.cs
- MenuItem.cs
- NextPreviousPagerField.cs
- EllipticalNodeOperations.cs