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
- UserControlParser.cs
- Events.cs
- AttachedAnnotation.cs
- TriggerActionCollection.cs
- RijndaelManaged.cs
- Helper.cs
- MarkupProperty.cs
- TypeSemantics.cs
- FixedPageProcessor.cs
- TextWriterTraceListener.cs
- XmlEventCache.cs
- DragCompletedEventArgs.cs
- PeerResolverElement.cs
- UserInitiatedNavigationPermission.cs
- XmlSchemaValidationException.cs
- AnnotationComponentManager.cs
- Logging.cs
- PhysicalAddress.cs
- NativeWindow.cs
- FixedSOMSemanticBox.cs
- AggregateException.cs
- IRCollection.cs
- DataGridViewColumnTypePicker.cs
- LayoutTable.cs
- TaskHelper.cs
- ManipulationPivot.cs
- EncryptedPackage.cs
- StaticContext.cs
- WeakHashtable.cs
- CommonDialog.cs
- PropertyGrid.cs
- WebPartEditorOkVerb.cs
- ZipFileInfo.cs
- ToolStripLabel.cs
- DrawItemEvent.cs
- IPipelineRuntime.cs
- Environment.cs
- CurrentTimeZone.cs
- ChildDocumentBlock.cs
- FileDialog_Vista_Interop.cs
- AddInBase.cs
- EventSetterHandlerConverter.cs
- BitmapMetadataBlob.cs
- ToolboxComponentsCreatingEventArgs.cs
- NativeMethods.cs
- Exceptions.cs
- EditingCoordinator.cs
- NavigationService.cs
- TreeView.cs
- ToolStripDropDownMenu.cs
- ToolStripContentPanel.cs
- HandlerBase.cs
- AnimationException.cs
- SecurityTokenProvider.cs
- TypedElement.cs
- ArithmeticLiteral.cs
- HtmlTableCell.cs
- OperationFormatUse.cs
- LazyLoadBehavior.cs
- ListChangedEventArgs.cs
- AutomationPropertyInfo.cs
- WS2007FederationHttpBindingCollectionElement.cs
- X509WindowsSecurityToken.cs
- ProxyElement.cs
- SvcMapFileSerializer.cs
- ReaderWriterLock.cs
- ColumnPropertiesGroup.cs
- Operators.cs
- CookieParameter.cs
- BinaryMessageFormatter.cs
- Zone.cs
- StatusBar.cs
- ToolStripContentPanel.cs
- QueryExpr.cs
- Soap.cs
- WebAdminConfigurationHelper.cs
- WindowsPen.cs
- DbExpressionBuilder.cs
- TypeInitializationException.cs
- RSAPKCS1SignatureFormatter.cs
- TreeViewHitTestInfo.cs
- FileSystemEventArgs.cs
- CqlParser.cs
- ArgumentNullException.cs
- UrlMapping.cs
- GeneralTransform3D.cs
- namescope.cs
- RestClientProxyHandler.cs
- CultureSpecificStringDictionary.cs
- RemoveStoryboard.cs
- DbUpdateCommandTree.cs
- FactorySettingsElement.cs
- RecordManager.cs
- ListControlDataBindingHandler.cs
- XamlFigureLengthSerializer.cs
- IntellisenseTextBox.designer.cs
- CalendarDay.cs
- LinqDataSourceInsertEventArgs.cs
- StylusCaptureWithinProperty.cs
- DbParameterCollectionHelper.cs