Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Core / CSharp / System / Windows / Media / Animation / AnimationClock.cs / 1 / 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. // 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
- SchemaImporterExtension.cs
- RegisteredDisposeScript.cs
- RenderCapability.cs
- TabControlToolboxItem.cs
- ConfigXmlCDataSection.cs
- SecUtil.cs
- DrawingGroup.cs
- EdmConstants.cs
- ColumnWidthChangedEvent.cs
- WaitHandleCannotBeOpenedException.cs
- TextTreeTextElementNode.cs
- GcHandle.cs
- GetRecipientListRequest.cs
- CriticalFinalizerObject.cs
- LineGeometry.cs
- PatternMatcher.cs
- UserThread.cs
- EventLogSession.cs
- Helper.cs
- SchemaImporterExtensionElement.cs
- SchemaImporterExtension.cs
- PathSegmentCollection.cs
- XmlSchemaInclude.cs
- DataGridTextBox.cs
- NativeMethods.cs
- LinkArea.cs
- XmlText.cs
- SimpleRecyclingCache.cs
- ProjectionNode.cs
- dataSvcMapFileLoader.cs
- ToolBarButtonClickEvent.cs
- MultipleViewPattern.cs
- ShaperBuffers.cs
- GridViewUpdateEventArgs.cs
- SortedDictionary.cs
- SoapCommonClasses.cs
- arclist.cs
- LogLogRecord.cs
- ApplicationActivator.cs
- FileCodeGroup.cs
- ElementHostPropertyMap.cs
- HtmlInputImage.cs
- PrintControllerWithStatusDialog.cs
- IdentityManager.cs
- SecurityTokenValidationException.cs
- XPathEmptyIterator.cs
- HierarchicalDataSourceControl.cs
- BaseHashHelper.cs
- StrongName.cs
- TextCompositionEventArgs.cs
- XdrBuilder.cs
- Point4D.cs
- IconBitmapDecoder.cs
- ListViewGroup.cs
- X509CertificateCollection.cs
- RemotingService.cs
- ParameterElementCollection.cs
- Literal.cs
- WindowsEditBoxRange.cs
- HotSpotCollection.cs
- BroadcastEventHelper.cs
- UidPropertyAttribute.cs
- DbConnectionStringBuilder.cs
- SourceItem.cs
- IPAddress.cs
- SiteMapSection.cs
- NominalTypeEliminator.cs
- SectionXmlInfo.cs
- PropertyMappingExceptionEventArgs.cs
- SqlDataSourceQueryEditorForm.cs
- GroupBox.cs
- DeferredReference.cs
- WebResourceUtil.cs
- ListViewUpdatedEventArgs.cs
- TypeSystemHelpers.cs
- DispatchOperationRuntime.cs
- TableChangeProcessor.cs
- DecoderReplacementFallback.cs
- RegexRunner.cs
- DataKeyCollection.cs
- DetailsViewPageEventArgs.cs
- WriteLine.cs
- DataRecordInternal.cs
- WindowsSysHeader.cs
- CngProvider.cs
- ProxyWebPartConnectionCollection.cs
- Rfc2898DeriveBytes.cs
- UIElement.cs
- WizardForm.cs
- CredentialSelector.cs
- PinnedBufferMemoryStream.cs
- EncryptionUtility.cs
- ServiceTimeoutsBehavior.cs
- TokenFactoryCredential.cs
- WriteableBitmap.cs
- ArgumentDesigner.xaml.cs
- LocalFileSettingsProvider.cs
- TraceData.cs
- BamlBinaryWriter.cs
- WindowsAltTab.cs