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
- HotSpotCollection.cs
- ProvidersHelper.cs
- AppDomainShutdownMonitor.cs
- SingleResultAttribute.cs
- SchemaTypeEmitter.cs
- KeyEventArgs.cs
- ItemChangedEventArgs.cs
- XmlBufferReader.cs
- AutomationPropertyInfo.cs
- Matrix3D.cs
- AdornedElementPlaceholder.cs
- XmlSchemaDatatype.cs
- QueryOutputWriter.cs
- IteratorFilter.cs
- ItemsPanelTemplate.cs
- ContainerParaClient.cs
- SmtpNtlmAuthenticationModule.cs
- CatalogZone.cs
- RSAPKCS1SignatureDeformatter.cs
- AnimationLayer.cs
- CursorConverter.cs
- handlecollector.cs
- InvalidOperationException.cs
- XmlName.cs
- DocumentAutomationPeer.cs
- Rules.cs
- XamlFigureLengthSerializer.cs
- SqlFunctionAttribute.cs
- ReferencedType.cs
- PersonalizationProvider.cs
- TextServicesCompartmentEventSink.cs
- IODescriptionAttribute.cs
- newinstructionaction.cs
- TextBoxLine.cs
- ToolboxItem.cs
- SQLString.cs
- RichTextBoxConstants.cs
- SubMenuStyleCollectionEditor.cs
- ContainerParagraph.cs
- Guid.cs
- PreviewPrintController.cs
- DefaultEvaluationContext.cs
- TypographyProperties.cs
- SafeSystemMetrics.cs
- OSEnvironmentHelper.cs
- MetafileHeaderWmf.cs
- KeyedCollection.cs
- IsolatedStorage.cs
- QuotedPrintableStream.cs
- RegionData.cs
- SocketInformation.cs
- TemplatePropertyEntry.cs
- DataKeyArray.cs
- ConnectionStringsExpressionEditor.cs
- MethodBuilder.cs
- DataTablePropertyDescriptor.cs
- HtmlToClrEventProxy.cs
- Pkcs7Recipient.cs
- Control.cs
- DataGridViewTopRowAccessibleObject.cs
- UserControl.cs
- MsmqBindingFilter.cs
- Point3DAnimationBase.cs
- IdentitySection.cs
- TextBox.cs
- Parser.cs
- SecurityPolicySection.cs
- LockCookie.cs
- DatePickerTextBox.cs
- TypeUtil.cs
- UInt32.cs
- TextEditorSpelling.cs
- HotCommands.cs
- DrawListViewItemEventArgs.cs
- ListBindableAttribute.cs
- StrokeNodeOperations2.cs
- NavigationPropertyEmitter.cs
- MethodToken.cs
- EntityTypeEmitter.cs
- DocumentPageTextView.cs
- XpsFilter.cs
- HierarchicalDataSourceControl.cs
- Application.cs
- BitVector32.cs
- WsatStrings.cs
- SweepDirectionValidation.cs
- SetterBaseCollection.cs
- COAUTHINFO.cs
- XmlSerializerAssemblyAttribute.cs
- SqlProfileProvider.cs
- WizardForm.cs
- BitmapEffectInputConnector.cs
- ApplicationFileParser.cs
- ChineseLunisolarCalendar.cs
- DetailsViewUpdateEventArgs.cs
- SrgsGrammarCompiler.cs
- EntityContainerEmitter.cs
- DecimalConverter.cs
- FlowLayout.cs
- DataGridViewCellStyleEditor.cs