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
- Page.cs
- OptimizedTemplateContentHelper.cs
- SystemInformation.cs
- ExecutionContext.cs
- pingexception.cs
- XmlNamespaceMapping.cs
- ScrollBar.cs
- TrackingDataItemValue.cs
- SiteMapProvider.cs
- Pair.cs
- DataTableExtensions.cs
- RawTextInputReport.cs
- XmlSchemaInferenceException.cs
- EasingKeyFrames.cs
- DifferencingCollection.cs
- SMSvcHost.cs
- GetLedgerEntryForRecipientRequest.cs
- RadioButton.cs
- DataBindingCollection.cs
- TextEmbeddedObject.cs
- SmiMetaData.cs
- RegexGroup.cs
- ProfileInfo.cs
- JournalEntryStack.cs
- _HTTPDateParse.cs
- DesignerActionKeyboardBehavior.cs
- DefaultClaimSet.cs
- DrawingContextDrawingContextWalker.cs
- ValidatingReaderNodeData.cs
- _CookieModule.cs
- ToolStripRendererSwitcher.cs
- AddDataControlFieldDialog.cs
- CallContext.cs
- LicFileLicenseProvider.cs
- NameValueCollection.cs
- Attributes.cs
- DuplicateWaitObjectException.cs
- DbParameterHelper.cs
- EdmMember.cs
- FixedSOMElement.cs
- nulltextnavigator.cs
- CultureMapper.cs
- MimeTypeAttribute.cs
- LabelAutomationPeer.cs
- XmlSerializationWriter.cs
- EntityTypeEmitter.cs
- Opcode.cs
- SlotInfo.cs
- XmlAttributeAttribute.cs
- WindowsToolbarItemAsMenuItem.cs
- TargetException.cs
- ScriptReference.cs
- JsonServiceDocumentSerializer.cs
- CssTextWriter.cs
- DeflateStream.cs
- DBParameter.cs
- ResourceManager.cs
- DataGridViewRowConverter.cs
- DigitShape.cs
- Utils.cs
- Grid.cs
- AnimationStorage.cs
- ReferentialConstraint.cs
- DependencyPropertyDescriptor.cs
- formatter.cs
- NonClientArea.cs
- RepeatInfo.cs
- ViewManager.cs
- IODescriptionAttribute.cs
- ExpressionVisitorHelpers.cs
- ObjectViewListener.cs
- TreeBuilder.cs
- cryptoapiTransform.cs
- XmlResolver.cs
- AuthenticationConfig.cs
- DbParameterHelper.cs
- PageBuildProvider.cs
- SoapWriter.cs
- ConstrainedGroup.cs
- ImageDrawing.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- SolidColorBrush.cs
- ViewgenGatekeeper.cs
- Dispatcher.cs
- XmlSchemaGroup.cs
- EntityFunctions.cs
- XmlWellformedWriterHelpers.cs
- XmlNavigatorStack.cs
- SafeMILHandleMemoryPressure.cs
- UIPermission.cs
- TextLine.cs
- Validator.cs
- XmlTextWriter.cs
- CodePageUtils.cs
- EntityTransaction.cs
- SafeMILHandle.cs
- ObjectSecurity.cs
- DiscoveryDocumentSearchPattern.cs
- CodeMethodReturnStatement.cs
- RecordConverter.cs