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
- SoapInteropTypes.cs
- XamlWrappingReader.cs
- FileUtil.cs
- WriteStateInfoBase.cs
- StaticTextPointer.cs
- ExplicitDiscriminatorMap.cs
- EmptyControlCollection.cs
- SmtpDateTime.cs
- BaseTemplateCodeDomTreeGenerator.cs
- NavigationFailedEventArgs.cs
- DataRelation.cs
- MulticastIPAddressInformationCollection.cs
- DetailsViewUpdatedEventArgs.cs
- NodeFunctions.cs
- ShaderRenderModeValidation.cs
- DBSchemaRow.cs
- DescendantBaseQuery.cs
- DataComponentNameHandler.cs
- AttributeXamlType.cs
- AssertFilter.cs
- FixedBufferAttribute.cs
- WebReferencesBuildProvider.cs
- IdlingCommunicationPool.cs
- ComplexTypeEmitter.cs
- SoapInteropTypes.cs
- WebPartZoneAutoFormat.cs
- Point3D.cs
- TableRow.cs
- ApplicationGesture.cs
- SourceFileBuildProvider.cs
- PropertyMetadata.cs
- DesignerListAdapter.cs
- IChannel.cs
- Column.cs
- TableProviderWrapper.cs
- NavigatorInput.cs
- BindingCollectionElement.cs
- OLEDB_Util.cs
- InvalidOperationException.cs
- SiteOfOriginContainer.cs
- OdbcHandle.cs
- PathGradientBrush.cs
- CalloutQueueItem.cs
- Rules.cs
- ArglessEventHandlerProxy.cs
- TextSegment.cs
- HttpListenerResponse.cs
- __ComObject.cs
- KerberosRequestorSecurityTokenAuthenticator.cs
- HttpConfigurationContext.cs
- XmlReflectionMember.cs
- MenuTracker.cs
- ExpressionBindings.cs
- NestedContainer.cs
- OdbcConnectionPoolProviderInfo.cs
- AutomationElement.cs
- SaveWorkflowCommand.cs
- PerformanceCounter.cs
- ProfileParameter.cs
- AuthenticationService.cs
- HttpCachePolicy.cs
- EmbeddedMailObject.cs
- OleDbErrorCollection.cs
- PerformanceCounter.cs
- RoleManagerModule.cs
- Formatter.cs
- ReadContentAsBinaryHelper.cs
- dataprotectionpermissionattribute.cs
- DataGridViewLayoutData.cs
- TreeNodeBindingDepthConverter.cs
- CompilerGlobalScopeAttribute.cs
- UrlAuthFailedErrorFormatter.cs
- ShimAsPublicXamlType.cs
- BufferedGraphics.cs
- UIElementHelper.cs
- PropertyConverter.cs
- MultipleViewPattern.cs
- BooleanConverter.cs
- xml.cs
- QilPatternVisitor.cs
- ResourceKey.cs
- ListManagerBindingsCollection.cs
- ResXResourceReader.cs
- ProxyManager.cs
- WindowProviderWrapper.cs
- NamedElement.cs
- DiffuseMaterial.cs
- ScrollPattern.cs
- PresentationTraceSources.cs
- _NestedSingleAsyncResult.cs
- WindowsToolbar.cs
- MimeImporter.cs
- GeneralTransformGroup.cs
- AdornedElementPlaceholder.cs
- PermissionListSet.cs
- AlternateView.cs
- Transform3DGroup.cs
- ProfileSettings.cs
- CryptoApi.cs
- XmlDeclaration.cs