Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Core / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DeviceFilterDictionary.cs
- ExpressionVisitor.cs
- LineSegment.cs
- BinaryFormatter.cs
- DataRowComparer.cs
- TypeGeneratedEventArgs.cs
- QilSortKey.cs
- XomlCompilerParameters.cs
- PriorityChain.cs
- CreatingCookieEventArgs.cs
- ObjectDataSourceFilteringEventArgs.cs
- DbModificationClause.cs
- AutoScrollHelper.cs
- RegistryExceptionHelper.cs
- MessageQueuePermissionEntryCollection.cs
- URLAttribute.cs
- _UncName.cs
- CharAnimationUsingKeyFrames.cs
- RecordBuilder.cs
- CodeCatchClauseCollection.cs
- BaseTemplateCodeDomTreeGenerator.cs
- XMLSyntaxException.cs
- DataMemberConverter.cs
- OrderPreservingPipeliningSpoolingTask.cs
- AsymmetricSignatureDeformatter.cs
- AnnotationHelper.cs
- DocumentationServerProtocol.cs
- DSASignatureFormatter.cs
- PackageProperties.cs
- ManagementBaseObject.cs
- XmlNamespaceManager.cs
- CaseInsensitiveHashCodeProvider.cs
- FileUpload.cs
- TranslateTransform.cs
- DesignerSerializationOptionsAttribute.cs
- DataGridViewRowPostPaintEventArgs.cs
- CheckBox.cs
- GPStream.cs
- HierarchicalDataSourceControl.cs
- Subset.cs
- HyperLinkStyle.cs
- HtmlEncodedRawTextWriter.cs
- CompositeControl.cs
- EventWaitHandleSecurity.cs
- ISessionStateStore.cs
- OdbcCommand.cs
- SystemWebExtensionsSectionGroup.cs
- XmlReflectionMember.cs
- ValidationSettings.cs
- OutputWindow.cs
- BamlRecords.cs
- DbProviderSpecificTypePropertyAttribute.cs
- WSSecurityJan2004.cs
- Transaction.cs
- XslTransform.cs
- FileLogRecordHeader.cs
- XamlSerializerUtil.cs
- SerializationEventsCache.cs
- WindowsAuthenticationEventArgs.cs
- ExpressionDumper.cs
- XPathNavigatorReader.cs
- XmlSchemaAnnotated.cs
- ContractListAdapter.cs
- ActionItem.cs
- EpmSourcePathSegment.cs
- ObjectContextServiceProvider.cs
- FreezableDefaultValueFactory.cs
- ResourceIDHelper.cs
- DataKeyCollection.cs
- WindowsListViewSubItem.cs
- IssuanceLicense.cs
- CuspData.cs
- ComponentCommands.cs
- PageRequestManager.cs
- SmiRequestExecutor.cs
- CommentEmitter.cs
- XmlParserContext.cs
- TypeUtil.cs
- FunctionImportElement.cs
- BrushConverter.cs
- MetabaseSettings.cs
- OutputScope.cs
- JsonServiceDocumentSerializer.cs
- BamlReader.cs
- HtmlTextArea.cs
- DateTimeUtil.cs
- LocalsItemDescription.cs
- WorkerRequest.cs
- TemplateKeyConverter.cs
- ButtonBase.cs
- InputElement.cs
- QueueProcessor.cs
- TcpClientSocketManager.cs
- PasswordTextContainer.cs
- PropertyDescriptorCollection.cs
- ContextBase.cs
- NonBatchDirectoryCompiler.cs
- RadioButtonFlatAdapter.cs
- URLAttribute.cs
- SqlIdentifier.cs