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
- CmsInterop.cs
- PipelineModuleStepContainer.cs
- BindingValueChangedEventArgs.cs
- Tuple.cs
- DocumentPaginator.cs
- CodeConstructor.cs
- ProfileParameter.cs
- NumericPagerField.cs
- WSFederationHttpSecurityMode.cs
- GradientBrush.cs
- ResourceContainerWrapper.cs
- XmlDataLoader.cs
- ModuleConfigurationInfo.cs
- DbConnectionHelper.cs
- Point3DCollection.cs
- TableLayout.cs
- MutableAssemblyCacheEntry.cs
- Int32Rect.cs
- ErrorsHelper.cs
- COM2IVsPerPropertyBrowsingHandler.cs
- ResXBuildProvider.cs
- ErrorEventArgs.cs
- Certificate.cs
- embossbitmapeffect.cs
- NullExtension.cs
- CompiledAction.cs
- ReflectionPermission.cs
- WmlListAdapter.cs
- securestring.cs
- ExpandSegmentCollection.cs
- IncrementalCompileAnalyzer.cs
- EpmTargetTree.cs
- SoapReflectionImporter.cs
- ContextItem.cs
- CollectionType.cs
- ComAdminInterfaces.cs
- ReadOnlyDictionary.cs
- XmlReaderDelegator.cs
- RelationshipConverter.cs
- WebPartTransformerAttribute.cs
- FlowDecisionDesigner.xaml.cs
- ZipIOModeEnforcingStream.cs
- SerializationException.cs
- Pkcs7Signer.cs
- InArgumentConverter.cs
- Block.cs
- Trace.cs
- GeneralTransform.cs
- BinHexEncoder.cs
- DataBoundControlHelper.cs
- ActivityTypeDesigner.xaml.cs
- SqlFileStream.cs
- FillRuleValidation.cs
- MsmqIntegrationBindingElement.cs
- AuthenticateEventArgs.cs
- TextServicesPropertyRanges.cs
- brushes.cs
- FrameworkReadOnlyPropertyMetadata.cs
- PaperSize.cs
- XmlObjectSerializerWriteContext.cs
- AutomationIdentifier.cs
- SmtpReplyReaderFactory.cs
- FormViewInsertedEventArgs.cs
- ResourceSet.cs
- PositiveTimeSpanValidator.cs
- basecomparevalidator.cs
- QilCloneVisitor.cs
- ModuleConfigurationInfo.cs
- SpecialFolderEnumConverter.cs
- ViewGenerator.cs
- TextEffect.cs
- DefaultWorkflowTransactionService.cs
- WpfXamlMember.cs
- EventBuilder.cs
- RadialGradientBrush.cs
- XslCompiledTransform.cs
- AcceleratedTokenProvider.cs
- HMACSHA1.cs
- _AutoWebProxyScriptEngine.cs
- DeferredBinaryDeserializerExtension.cs
- ListenerSessionConnection.cs
- SqlDataSourceFilteringEventArgs.cs
- Memoizer.cs
- ExpandCollapseProviderWrapper.cs
- XmlComment.cs
- RuntimeWrappedException.cs
- BrushValueSerializer.cs
- typedescriptorpermissionattribute.cs
- DataRecordObjectView.cs
- BaseValidatorDesigner.cs
- TextEffectResolver.cs
- CodeStatement.cs
- Timer.cs
- XmlJsonReader.cs
- SkinIDTypeConverter.cs
- GrammarBuilderPhrase.cs
- FtpWebResponse.cs
- ValidationRule.cs
- XmlSchemaExporter.cs
- StringToken.cs