Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Core / CSharp / System / Windows / Media / ImageMetadata.cs / 1 / 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
- EnglishPluralizationService.cs
- PreviewPageInfo.cs
- ChtmlPhoneCallAdapter.cs
- InvokeMemberBinder.cs
- KeyedHashAlgorithm.cs
- WebPartRestoreVerb.cs
- OptimalTextSource.cs
- SystemBrushes.cs
- StringBuilder.cs
- InputReport.cs
- ReliableInputConnection.cs
- SecureStringHasher.cs
- ObjectRef.cs
- SqlSelectStatement.cs
- IdentityValidationException.cs
- CharEnumerator.cs
- TreeNodeClickEventArgs.cs
- ClientApiGenerator.cs
- PackWebRequestFactory.cs
- HTMLTagNameToTypeMapper.cs
- AsyncCompletedEventArgs.cs
- ExceptionWrapper.cs
- LogWriteRestartAreaAsyncResult.cs
- ViewValidator.cs
- CheckBoxBaseAdapter.cs
- SqlParameterCollection.cs
- RetrieveVirtualItemEventArgs.cs
- SpeechAudioFormatInfo.cs
- XmlSchemaChoice.cs
- DataSetUtil.cs
- HelpPage.cs
- CodeCompiler.cs
- Journal.cs
- RequestCachePolicyConverter.cs
- DataListItemCollection.cs
- DataObjectFieldAttribute.cs
- SimpleLine.cs
- TransactionManager.cs
- WindowClosedEventArgs.cs
- unsafenativemethodsother.cs
- Membership.cs
- BamlTreeMap.cs
- dataobject.cs
- PersistenceTypeAttribute.cs
- ISAPIWorkerRequest.cs
- DesignerOptionService.cs
- MarkupObject.cs
- OwnerDrawPropertyBag.cs
- ItemsControl.cs
- KnownIds.cs
- StrokeNode.cs
- smtpconnection.cs
- DataDocumentXPathNavigator.cs
- RestHandler.cs
- MouseButton.cs
- Buffer.cs
- PrintDialog.cs
- Vector3DKeyFrameCollection.cs
- TraceHandlerErrorFormatter.cs
- SByte.cs
- ClientApiGenerator.cs
- MobileListItemCollection.cs
- ComNativeDescriptor.cs
- BamlLocalizationDictionary.cs
- TrustSection.cs
- CryptographicAttribute.cs
- Ops.cs
- TreeBuilder.cs
- ClientRoleProvider.cs
- COM2IVsPerPropertyBrowsingHandler.cs
- Substitution.cs
- IndicShape.cs
- RenderData.cs
- MasterPageBuildProvider.cs
- RequestValidator.cs
- NamespaceEmitter.cs
- SpecialNameAttribute.cs
- SQLStringStorage.cs
- LinqDataSourceUpdateEventArgs.cs
- CacheModeConverter.cs
- XmlSchemaElement.cs
- Item.cs
- BitHelper.cs
- RegexInterpreter.cs
- SafeRegistryKey.cs
- EntityException.cs
- Model3D.cs
- Rotation3DAnimationUsingKeyFrames.cs
- SymmetricKeyWrap.cs
- EventBuilder.cs
- NavigationCommands.cs
- HealthMonitoringSectionHelper.cs
- InProcStateClientManager.cs
- ColorMatrix.cs
- ObjectSet.cs
- CollectionViewGroupRoot.cs
- DocumentEventArgs.cs
- DataServiceQueryException.cs
- DocumentViewerBaseAutomationPeer.cs
- Bold.cs