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
- PartialClassGenerationTask.cs
- WmlSelectionListAdapter.cs
- DataGridColumnHeadersPresenter.cs
- HttpWebRequest.cs
- CompilerHelpers.cs
- ContextMenuService.cs
- SqlDataSourceStatusEventArgs.cs
- FileDialog_Vista_Interop.cs
- ComplexBindingPropertiesAttribute.cs
- StrongTypingException.cs
- WarningException.cs
- Int32Converter.cs
- Content.cs
- BinarySecretSecurityToken.cs
- DropAnimation.xaml.cs
- ApplicationSettingsBase.cs
- CharacterBufferReference.cs
- DifferencingCollection.cs
- BlurEffect.cs
- ListenerConstants.cs
- SubclassTypeValidator.cs
- TextEffect.cs
- ServiceRoute.cs
- PropertyValidationContext.cs
- DbProviderSpecificTypePropertyAttribute.cs
- NonSerializedAttribute.cs
- ObjectContextServiceProvider.cs
- ServiceAppDomainAssociationProvider.cs
- FormViewDeleteEventArgs.cs
- OleDbInfoMessageEvent.cs
- SqlOuterApplyReducer.cs
- MessageBox.cs
- AliasGenerator.cs
- ListViewItem.cs
- Activation.cs
- GroupBox.cs
- TypeForwardedToAttribute.cs
- GroupBoxRenderer.cs
- VScrollBar.cs
- milexports.cs
- BaseHashHelper.cs
- MouseEvent.cs
- TypeHelpers.cs
- Crypto.cs
- WhitespaceSignificantCollectionAttribute.cs
- Expressions.cs
- Timer.cs
- EventProviderTraceListener.cs
- CheckedListBox.cs
- CollectionChangedEventManager.cs
- PriorityChain.cs
- ComPersistableTypeElement.cs
- ConnectionInterfaceCollection.cs
- WebPartEditVerb.cs
- Rotation3DAnimation.cs
- InvalidCastException.cs
- base64Transforms.cs
- HttpBindingExtension.cs
- DataGridBeginningEditEventArgs.cs
- PersistenceParticipant.cs
- CoordinationService.cs
- UserControlCodeDomTreeGenerator.cs
- DiscreteKeyFrames.cs
- PathFigureCollection.cs
- ConstraintStruct.cs
- StringFormat.cs
- TreeSet.cs
- ExpandSegmentCollection.cs
- listitem.cs
- VerificationException.cs
- TabletCollection.cs
- RelationshipWrapper.cs
- DecimalAnimationUsingKeyFrames.cs
- ComponentEvent.cs
- XamlClipboardData.cs
- StringFunctions.cs
- DecoderFallbackWithFailureFlag.cs
- InteropAutomationProvider.cs
- CodeAttributeDeclarationCollection.cs
- LineMetrics.cs
- TdsParserSafeHandles.cs
- HWStack.cs
- UdpDiscoveryEndpointProvider.cs
- __ComObject.cs
- MaskInputRejectedEventArgs.cs
- PropertyGridEditorPart.cs
- AutoResetEvent.cs
- SecurityUniqueId.cs
- DiffuseMaterial.cs
- LayoutManager.cs
- TextCharacters.cs
- ButtonRenderer.cs
- GifBitmapDecoder.cs
- SerializerWriterEventHandlers.cs
- ProcessModule.cs
- WebControlToolBoxItem.cs
- CheckedListBox.cs
- DrawItemEvent.cs
- SystemDropShadowChrome.cs
- Command.cs