Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media / ImageMetadata.cs / 1305600 / ImageMetadata.cs
//------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, All Rights Reserved // // File: ImageMetadata.cs // //----------------------------------------------------------------------------- using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Reflection; using MS.Internal; using MS.Win32.PresentationCore; using System.Diagnostics; using System.Globalization; using System.Runtime.InteropServices; using System.Xml; using System.IO; using System.Security; using System.Security.Permissions; using System.Windows.Media.Imaging; using System.Windows.Threading; using System.Text; using MS.Internal.PresentationCore; // SecurityHelper namespace System.Windows.Media { #region ImageMetadata ////// Metadata for ImageSource. /// abstract public partial class ImageMetadata : Freezable { #region Constructors ////// /// internal ImageMetadata() { } #endregion #region Freezable ////// Shadows inherited Copy() with a strongly typed /// version for convenience. /// public new ImageMetadata Clone() { return (ImageMetadata)base.Clone(); } #endregion } #endregion } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, All Rights Reserved // // File: ImageMetadata.cs // //----------------------------------------------------------------------------- using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Reflection; using MS.Internal; using MS.Win32.PresentationCore; using System.Diagnostics; using System.Globalization; using System.Runtime.InteropServices; using System.Xml; using System.IO; using System.Security; using System.Security.Permissions; using System.Windows.Media.Imaging; using System.Windows.Threading; using System.Text; using MS.Internal.PresentationCore; // SecurityHelper namespace System.Windows.Media { #region ImageMetadata ////// Metadata for ImageSource. /// abstract public partial class ImageMetadata : Freezable { #region Constructors ////// /// internal ImageMetadata() { } #endregion #region Freezable ////// Shadows inherited Copy() with a strongly typed /// version for convenience. /// public new ImageMetadata Clone() { return (ImageMetadata)base.Clone(); } #endregion } #endregion } // 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
- ByteRangeDownloader.cs
- ProjectionPlan.cs
- TextTreeObjectNode.cs
- SkinBuilder.cs
- Quaternion.cs
- LiteralTextContainerControlBuilder.cs
- SystemIPInterfaceProperties.cs
- RoleGroup.cs
- SoapParser.cs
- OdbcDataAdapter.cs
- SchemaExporter.cs
- SystemColors.cs
- SecurityPermission.cs
- FontUnitConverter.cs
- DataGridViewCellStyle.cs
- UnsafeNativeMethodsCLR.cs
- SurrogateSelector.cs
- HitTestFilterBehavior.cs
- StreamInfo.cs
- TypeFieldSchema.cs
- BindingSource.cs
- ListViewHitTestInfo.cs
- GridViewColumnHeader.cs
- AuthorizationSection.cs
- Utils.cs
- Tablet.cs
- BooleanKeyFrameCollection.cs
- StaticSiteMapProvider.cs
- SkipQueryOptionExpression.cs
- SeparatorAutomationPeer.cs
- CqlGenerator.cs
- TimeManager.cs
- ProviderMetadata.cs
- GlobalEventManager.cs
- Dispatcher.cs
- ServiceNotStartedException.cs
- ProgressBarRenderer.cs
- DataGridTableCollection.cs
- RegionData.cs
- WorkflowPersistenceService.cs
- ConcurrencyBehavior.cs
- HttpDebugHandler.cs
- ControlSerializer.cs
- BinHexEncoding.cs
- AssociatedControlConverter.cs
- COM2ExtendedTypeConverter.cs
- _AuthenticationState.cs
- PropertyGridCommands.cs
- SecureUICommand.cs
- MetroSerializationManager.cs
- PrimitiveCodeDomSerializer.cs
- NativeMethods.cs
- SecureEnvironment.cs
- PrivilegedConfigurationManager.cs
- HtmlControlPersistable.cs
- StreamInfo.cs
- XslAstAnalyzer.cs
- EnumerableRowCollectionExtensions.cs
- RoleGroupCollection.cs
- GatewayDefinition.cs
- WebServicesDescriptionAttribute.cs
- CompiledRegexRunnerFactory.cs
- PowerEase.cs
- SchemaManager.cs
- SkinBuilder.cs
- PathFigureCollection.cs
- DesignBindingConverter.cs
- ConnectionStringsSection.cs
- Propagator.JoinPropagator.cs
- EdgeProfileValidation.cs
- ActiveDocumentEvent.cs
- LocatorPart.cs
- BindingRestrictions.cs
- XmlDataLoader.cs
- RegistrationServices.cs
- SimpleTypeResolver.cs
- GuidTagList.cs
- ClientRolePrincipal.cs
- CharAnimationBase.cs
- SiteMembershipCondition.cs
- NotImplementedException.cs
- HatchBrush.cs
- CultureSpecificCharacterBufferRange.cs
- XmlValidatingReader.cs
- XmlSchemaChoice.cs
- ClientTarget.cs
- XmlBufferReader.cs
- ImageMap.cs
- ComPlusTraceRecord.cs
- Point3DCollectionConverter.cs
- DrawListViewColumnHeaderEventArgs.cs
- CompositeCollection.cs
- SharedPerformanceCounter.cs
- ThreadStartException.cs
- CharEnumerator.cs
- DataGridViewElement.cs
- BitmapPalette.cs
- ObjectItemCollection.cs
- UInt16Storage.cs
- BitmapFrame.cs