Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Core / System / Windows / Media / Generated / MediaTimeline.cs / 1 / MediaTimeline.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // This file was generated, please do not edit it directly. // // Please see [....]/default.aspx/Microsoft.Projects.Avalon/MilCodeGen.html for more information. // //--------------------------------------------------------------------------- using MS.Internal; using MS.Internal.KnownBoxes; using MS.Internal.Collections; using MS.Internal.PresentationCore; using MS.Utility; using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Globalization; using System.Reflection; using System.Runtime.InteropServices; using System.ComponentModel.Design.Serialization; using System.Text; using System.Windows; using System.Windows.Media; using System.Windows.Media.Effects; using System.Windows.Media.Media3D; using System.Windows.Media.Animation; using System.Windows.Media.Composition; using System.Windows.Media.Imaging; using System.Windows.Markup; using System.Windows.Media.Converters; using System.Security; using System.Security.Permissions; using SR=MS.Internal.PresentationCore.SR; using SRID=MS.Internal.PresentationCore.SRID; // These types are aliased to match the unamanaged names used in interop using BOOL = System.UInt32; using WORD = System.UInt16; using Float = System.Single; namespace System.Windows.Media { partial class MediaTimeline : Timeline { #region Constructors //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #endregion Constructors //------------------------------------------------------ // // Public Methods // //----------------------------------------------------- #region Public Methods ////// Shadows inherited Clone() with a strongly typed /// version for convenience. /// public new MediaTimeline Clone() { return (MediaTimeline)base.Clone(); } ////// Shadows inherited CloneCurrentValue() with a strongly typed /// version for convenience. /// public new MediaTimeline CloneCurrentValue() { return (MediaTimeline)base.CloneCurrentValue(); } #endregion Public Methods //------------------------------------------------------ // // Public Properties // //------------------------------------------------------ #region Public Properties ////// Source - Uri. Default value is null. /// public Uri Source { get { return (Uri) GetValue(SourceProperty); } set { SetValueInternal(SourceProperty, value); } } #endregion Public Properties //----------------------------------------------------- // // Protected Methods // //------------------------------------------------------ #region Protected Methods ////// Implementation of ///Freezable.CreateInstanceCore . ///The new Freezable. protected override Freezable CreateInstanceCore() { return new MediaTimeline(); } #endregion ProtectedMethods //----------------------------------------------------- // // Internal Methods // //----------------------------------------------------- #region Internal Methods #endregion Internal Methods //----------------------------------------------------- // // Internal Properties // //------------------------------------------------------ #region Internal Properties // // This property finds the correct initial size for the _effectiveValues store on the // current DependencyObject as a performance optimization // // This includes: // Source // internal override int EffectiveValuesInitialSize { get { return 1; } } #endregion Internal Properties //----------------------------------------------------- // // Dependency Properties // //------------------------------------------------------ #region Dependency Properties ////// The DependencyProperty for the MediaTimeline.Source property. /// public static readonly DependencyProperty SourceProperty = RegisterProperty("Source", typeof(Uri), typeof(MediaTimeline), null, null, null, /* isIndependentlyAnimated = */ false, /* coerceValueCallback */ null); #endregion Dependency Properties //------------------------------------------------------ // // Internal Fields // //----------------------------------------------------- #region Internal Fields internal static Uri s_Source = null; #endregion Internal Fields } } // 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
- MdbDataFileEditor.cs
- ServiceOperationWrapper.cs
- FileSystemInfo.cs
- HtmlSelect.cs
- TextServicesLoader.cs
- XamlFigureLengthSerializer.cs
- FormsAuthenticationTicket.cs
- BidOverLoads.cs
- StatusBarPanelClickEvent.cs
- EntityKey.cs
- RadialGradientBrush.cs
- DeleteBookmarkScope.cs
- SqlTriggerAttribute.cs
- RepeatButtonAutomationPeer.cs
- AlgoModule.cs
- ComponentDispatcherThread.cs
- WebRequestModuleElementCollection.cs
- SimpleMailWebEventProvider.cs
- DataControlPagerLinkButton.cs
- ParameterSubsegment.cs
- LambdaCompiler.Lambda.cs
- StrongNameUtility.cs
- DockPattern.cs
- MessageSecurityOverMsmq.cs
- VisualStyleInformation.cs
- AnnotationComponentManager.cs
- PermissionListSet.cs
- DbProviderServices.cs
- DataServiceExpressionVisitor.cs
- TagPrefixCollection.cs
- NavigationFailedEventArgs.cs
- TextFormatterContext.cs
- EdgeProfileValidation.cs
- VectorCollectionValueSerializer.cs
- DataContractSerializerElement.cs
- TagNameToTypeMapper.cs
- WindowsGraphics2.cs
- AssociationEndMember.cs
- TextFragmentEngine.cs
- Boolean.cs
- StreamWriter.cs
- SQLSingle.cs
- HttpListenerPrefixCollection.cs
- DateTimeConverter2.cs
- DiagnosticTrace.cs
- TypedTableBase.cs
- ImportOptions.cs
- FolderBrowserDialog.cs
- ParallelEnumerable.cs
- ImageKeyConverter.cs
- TemplateNameScope.cs
- Blend.cs
- SqlConnectionStringBuilder.cs
- XPathBuilder.cs
- SplitterCancelEvent.cs
- ToolTipService.cs
- ToolStripGrip.cs
- TextParagraphCache.cs
- CqlParser.cs
- TcpTransportManager.cs
- ActivitySurrogate.cs
- QuaternionConverter.cs
- StateWorkerRequest.cs
- PageEventArgs.cs
- TextBounds.cs
- JpegBitmapDecoder.cs
- OLEDB_Enum.cs
- Button.cs
- FontStretchConverter.cs
- SiteMapProvider.cs
- Axis.cs
- PointLightBase.cs
- Serializer.cs
- HatchBrush.cs
- OraclePermission.cs
- ValidationError.cs
- WebPartManager.cs
- SqlDataSourceStatusEventArgs.cs
- DetailsViewPageEventArgs.cs
- ContextItemManager.cs
- DescendantOverDescendantQuery.cs
- CurrentTimeZone.cs
- unsafeIndexingFilterStream.cs
- DefaultMemberAttribute.cs
- FileLevelControlBuilderAttribute.cs
- PagerSettings.cs
- InvalidAsynchronousStateException.cs
- x509utils.cs
- MissingSatelliteAssemblyException.cs
- ObjectStateManagerMetadata.cs
- SqlTrackingWorkflowInstance.cs
- HitTestParameters.cs
- DeviceContext2.cs
- TextLineResult.cs
- Listbox.cs
- WindowsFormsLinkLabel.cs
- DataGridViewAutoSizeModeEventArgs.cs
- TypefaceMetricsCache.cs
- CodeIdentifiers.cs
- XmlEncodedRawTextWriter.cs