Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media / Animation / AnimationClock.cs / 1305600 / AnimationClock.cs
// AnimationClock.cs namespace System.Windows.Media.Animation { ////// /// public class AnimationClock : Clock { ////// Creates a new empty AnimationClock to be used in a Clock /// tree. /// /// The Animation used to define the new /// AnimationClock. protected internal AnimationClock(AnimationTimeline animation) : base(animation) { } ////// Gets the Animation object that holds the description controlling the /// behavior of this clock. /// ////// The Animation object that holds the description controlling the /// behavior of this clock. /// public new AnimationTimeline Timeline { get { return (AnimationTimeline)base.Timeline; } } ////// Returns the current value of this AnimationClock. /// /// /// The unanimated property value or the current /// value of the previous AnimationClock in a list. ///The current value of this AnimationClock. public object GetCurrentValue(object defaultOriginValue, object defaultDestinationValue) { return ((AnimationTimeline)base.Timeline).GetCurrentValue(defaultOriginValue, defaultDestinationValue, this); } ////// Returns true if this timeline needs continuous frames. /// This is a hint that we should keep updating our time during the active period. /// ///internal override bool NeedsTicksWhenActive { get { return true; } } } } // 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
- ScrollableControl.cs
- ModuleBuilderData.cs
- CodeDelegateInvokeExpression.cs
- OrderByBuilder.cs
- ValidationError.cs
- ResXResourceWriter.cs
- SqlProcedureAttribute.cs
- DataGridColumnDropSeparator.cs
- Matrix.cs
- PermissionListSet.cs
- PreservationFileReader.cs
- XmlValidatingReader.cs
- TextRunProperties.cs
- EntryPointNotFoundException.cs
- GroupJoinQueryOperator.cs
- ImageCollectionCodeDomSerializer.cs
- MainMenu.cs
- CustomErrorCollection.cs
- Int32RectConverter.cs
- XmlUrlResolver.cs
- ContextMarshalException.cs
- CompatibleIComparer.cs
- ArrayListCollectionBase.cs
- FacetValues.cs
- KeyManager.cs
- connectionpool.cs
- RSAProtectedConfigurationProvider.cs
- UpdateProgress.cs
- Message.cs
- DbException.cs
- BindUriHelper.cs
- InputLanguageSource.cs
- WebPartConnection.cs
- InvokeProviderWrapper.cs
- PersonalizationStateInfo.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- SafeFileMappingHandle.cs
- Transform3D.cs
- WebConfigurationFileMap.cs
- PlatformCulture.cs
- CompleteWizardStep.cs
- FileAuthorizationModule.cs
- OperatorExpressions.cs
- HatchBrush.cs
- EncodingTable.cs
- Merger.cs
- XslAst.cs
- UncommonField.cs
- GeneratedView.cs
- ExpressionEditorAttribute.cs
- _NegoState.cs
- FormViewModeEventArgs.cs
- TreeNodeStyleCollection.cs
- GridViewPageEventArgs.cs
- ResourceExpression.cs
- BitmapEffectOutputConnector.cs
- ToolboxItemFilterAttribute.cs
- PermissionAttributes.cs
- ExportOptions.cs
- SQLSingle.cs
- ProxyGenerator.cs
- PKCS1MaskGenerationMethod.cs
- PrinterResolution.cs
- RSAOAEPKeyExchangeDeformatter.cs
- QueryMatcher.cs
- PageRequestManager.cs
- ListViewVirtualItemsSelectionRangeChangedEvent.cs
- StringResourceManager.cs
- DataGridViewColumnStateChangedEventArgs.cs
- DataRelation.cs
- WindowsServiceElement.cs
- WCFBuildProvider.cs
- WebPartAddingEventArgs.cs
- UdpUtility.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- PermissionSetTriple.cs
- SessionState.cs
- Fx.cs
- SpellerStatusTable.cs
- StylusTip.cs
- XmlSchemaSimpleTypeUnion.cs
- SchemaImporterExtensionsSection.cs
- InstalledFontCollection.cs
- DataGridViewUtilities.cs
- wmiprovider.cs
- ScalarType.cs
- Timeline.cs
- InternalTypeHelper.cs
- OutputCacheSettings.cs
- MetadataPropertyvalue.cs
- CacheMode.cs
- PasswordPropertyTextAttribute.cs
- DecimalAnimationUsingKeyFrames.cs
- AssociationSetEnd.cs
- UrlUtility.cs
- SHA512.cs
- SynthesizerStateChangedEventArgs.cs
- ScriptControlDescriptor.cs
- HostingEnvironmentWrapper.cs
- UInt32.cs