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
- SqlBulkCopy.cs
- PointHitTestResult.cs
- Context.cs
- ReverseInheritProperty.cs
- BooleanKeyFrameCollection.cs
- cookiecollection.cs
- XsltException.cs
- FontStretches.cs
- NameScope.cs
- AddressingProperty.cs
- StrongNameKeyPair.cs
- Margins.cs
- SwitchExpression.cs
- DataGridViewRowStateChangedEventArgs.cs
- ServiceSettingsResponseInfo.cs
- CircleEase.cs
- invalidudtexception.cs
- Form.cs
- BuilderElements.cs
- ToolStripItem.cs
- PageThemeParser.cs
- Viewport3DVisual.cs
- StrongNamePublicKeyBlob.cs
- InputReferenceExpression.cs
- DataRecordObjectView.cs
- Assembly.cs
- DurableInstanceManager.cs
- MachineSettingsSection.cs
- SessionParameter.cs
- UIElementAutomationPeer.cs
- _StreamFramer.cs
- SafeFileHandle.cs
- CubicEase.cs
- VirtualizingStackPanel.cs
- HealthMonitoringSectionHelper.cs
- MiniAssembly.cs
- HttpCapabilitiesBase.cs
- DrawListViewItemEventArgs.cs
- InfoCardSymmetricAlgorithm.cs
- DataGridViewColumnCollectionDialog.cs
- XmlSchemaType.cs
- wgx_sdk_version.cs
- UIElement.cs
- XPathSingletonIterator.cs
- CqlParserHelpers.cs
- CryptographicAttribute.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- SafeEventLogWriteHandle.cs
- ReflectionPermission.cs
- SystemIPInterfaceStatistics.cs
- DefaultSerializationProviderAttribute.cs
- AutoGeneratedFieldProperties.cs
- SafeFreeMibTable.cs
- HtmlControlPersistable.cs
- SystemDiagnosticsSection.cs
- SqlDuplicator.cs
- MatrixCamera.cs
- Light.cs
- HyperLinkDataBindingHandler.cs
- ISFTagAndGuidCache.cs
- WebPartCatalogCloseVerb.cs
- XmlnsDictionary.cs
- PointAnimationUsingKeyFrames.cs
- BooleanStorage.cs
- ImageMetadata.cs
- ArrangedElementCollection.cs
- FontStretchConverter.cs
- iisPickupDirectory.cs
- DrawingCollection.cs
- DbConnectionPoolCounters.cs
- StaticTextPointer.cs
- ProtocolsConfiguration.cs
- DefaultSettingsSection.cs
- HtmlTextArea.cs
- ComponentEvent.cs
- ContentElement.cs
- SimpleBitVector32.cs
- OracleException.cs
- sqlser.cs
- MapPathBasedVirtualPathProvider.cs
- WebPartVerbsEventArgs.cs
- WebServiceClientProxyGenerator.cs
- TypeBuilderInstantiation.cs
- ParameterExpression.cs
- BaseCodeDomTreeGenerator.cs
- RequestBringIntoViewEventArgs.cs
- MetadataCache.cs
- SqlDataSource.cs
- PreviewControlDesigner.cs
- TitleStyle.cs
- PropertyIDSet.cs
- ScrollChrome.cs
- GroupItemAutomationPeer.cs
- XhtmlBasicFormAdapter.cs
- ByteStream.cs
- PolyQuadraticBezierSegment.cs
- SingletonInstanceContextProvider.cs
- propertyentry.cs
- DesignOnlyAttribute.cs
- XmlnsDictionary.cs