Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media / Animation / IndependentlyAnimatedPropertyMetadata.cs / 1305600 / IndependentlyAnimatedPropertyMetadata.cs
// IndependentlyAnimatedPropertyMetadata.cs using System.Windows; namespace System.Windows.Media.Animation { ////// A class registers this type of Metadata for a property if the property /// can be independently animated on that class. /// internal class IndependentlyAnimatedPropertyMetadata : UIPropertyMetadata { internal IndependentlyAnimatedPropertyMetadata(object defaultValue) : base(defaultValue) {} internal IndependentlyAnimatedPropertyMetadata(object defaultValue, PropertyChangedCallback propertyChangedCallback, CoerceValueCallback coerceValueCallback) : base(defaultValue, propertyChangedCallback, coerceValueCallback) {} ////// Creates a new instance of this property metadata. This method is used /// when metadata needs to be cloned. After CreateInstance is called the /// framework will call Merge to merge metadata into the new instance. /// Deriving classes must override this and return a new instance of /// themselves. /// internal override PropertyMetadata CreateInstance() { return new IndependentlyAnimatedPropertyMetadata(DefaultValue); } } } // 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
- OracleBFile.cs
- WebPartHeaderCloseVerb.cs
- ScrollEvent.cs
- SortedDictionary.cs
- WebServiceErrorEvent.cs
- FormConverter.cs
- TrackBar.cs
- BamlRecordWriter.cs
- GridPattern.cs
- JsonReaderWriterFactory.cs
- CounterSetInstanceCounterDataSet.cs
- ObjectStateManagerMetadata.cs
- OuterGlowBitmapEffect.cs
- AddInToken.cs
- _SSPIWrapper.cs
- Geometry3D.cs
- nulltextcontainer.cs
- InvalidDataException.cs
- Attributes.cs
- XmlSignificantWhitespace.cs
- FilteredDataSetHelper.cs
- InfoCardRSAPKCS1SignatureFormatter.cs
- TextElement.cs
- ComProxy.cs
- EventDescriptorCollection.cs
- ClientTargetSection.cs
- DataAccessor.cs
- QueryPageSettingsEventArgs.cs
- OdbcParameter.cs
- QueryableFilterUserControl.cs
- CryptoKeySecurity.cs
- DataBinder.cs
- SqlDataSourceQuery.cs
- ListViewItemSelectionChangedEvent.cs
- TraceContextRecord.cs
- FontWeight.cs
- Image.cs
- DefaultValueConverter.cs
- DesignTimeDataBinding.cs
- DataGridCheckBoxColumn.cs
- DesignTimeSiteMapProvider.cs
- SQLGuidStorage.cs
- DoubleAnimationBase.cs
- DbConnectionPoolIdentity.cs
- InfoCardTraceRecord.cs
- DefaultAutoFieldGenerator.cs
- WrappedIUnknown.cs
- MaskedTextBoxDesigner.cs
- RequestCachingSection.cs
- RegexCompiler.cs
- NeutralResourcesLanguageAttribute.cs
- AtlasWeb.Designer.cs
- DispatcherHooks.cs
- TypedTableBase.cs
- TrackingRecordPreFilter.cs
- ConstraintEnumerator.cs
- GridLengthConverter.cs
- HybridWebProxyFinder.cs
- RtfToken.cs
- KeyInfo.cs
- EntityCommandExecutionException.cs
- ProfileSection.cs
- DesignerVerbToolStripMenuItem.cs
- ObjectSecurity.cs
- QueryReaderSettings.cs
- securitycriticaldata.cs
- EditorAttributeInfo.cs
- PasswordTextNavigator.cs
- Identifier.cs
- CurrentChangingEventManager.cs
- MetaChildrenColumn.cs
- Command.cs
- InheritanceContextChangedEventManager.cs
- FileUtil.cs
- CultureTable.cs
- XmlTextWriter.cs
- GeneralTransform2DTo3DTo2D.cs
- Command.cs
- _ListenerRequestStream.cs
- CommaDelimitedStringAttributeCollectionConverter.cs
- PolyQuadraticBezierSegmentFigureLogic.cs
- UserPersonalizationStateInfo.cs
- ImageDesigner.cs
- WriteStateInfoBase.cs
- OrderingQueryOperator.cs
- TextBoxBase.cs
- PagesSection.cs
- BitmapEffectrendercontext.cs
- RegexInterpreter.cs
- PackagePart.cs
- MarkupCompiler.cs
- XhtmlBasicControlAdapter.cs
- ColumnWidthChangingEvent.cs
- OdbcCommand.cs
- XNodeNavigator.cs
- SqlDependency.cs
- SolidColorBrush.cs
- TimeoutValidationAttribute.cs
- SqlBooleanMismatchVisitor.cs
- _ConnectOverlappedAsyncResult.cs