Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media / Imaging / BitmapCodecInfoInternal.cs / 1305600 / BitmapCodecInfoInternal.cs
//------------------------------------------------------------------------------
// Microsoft Avalon
// Copyright (c) Microsoft Corporation, All Rights Reserved
//
// File: BitmapCodecInfoInternal.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;
using System.Diagnostics;
using System.Globalization;
using System.Runtime.InteropServices;
using System.Xml;
using System.IO;
using System.Windows.Media.Imaging;
using System.Text;
namespace System.Windows.Media.Imaging
{
#region BitmapCodecInfoInternal
///
/// Codec info for a given Encoder/Decoder
///
internal class BitmapCodecInfoInternal : BitmapCodecInfo
{
#region Constructors
///
/// Constructor
///
private BitmapCodecInfoInternal()
{
}
///
/// Internal Constructor
///
internal BitmapCodecInfoInternal(SafeMILHandle codecInfoHandle) :
base(codecInfoHandle)
{
}
#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: BitmapCodecInfoInternal.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;
using System.Diagnostics;
using System.Globalization;
using System.Runtime.InteropServices;
using System.Xml;
using System.IO;
using System.Windows.Media.Imaging;
using System.Text;
namespace System.Windows.Media.Imaging
{
#region BitmapCodecInfoInternal
///
/// Codec info for a given Encoder/Decoder
///
internal class BitmapCodecInfoInternal : BitmapCodecInfo
{
#region Constructors
///
/// Constructor
///
private BitmapCodecInfoInternal()
{
}
///
/// Internal Constructor
///
internal BitmapCodecInfoInternal(SafeMILHandle codecInfoHandle) :
base(codecInfoHandle)
{
}
#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
- util.cs
- LayoutTableCell.cs
- ValidatorCompatibilityHelper.cs
- LinqDataSourceDisposeEventArgs.cs
- Stack.cs
- ToolStripPanelRow.cs
- EdgeModeValidation.cs
- EditableRegion.cs
- JobInputBins.cs
- Roles.cs
- CacheEntry.cs
- GenericTypeParameterBuilder.cs
- Pair.cs
- HashMembershipCondition.cs
- CombinedHttpChannel.cs
- diagnosticsswitches.cs
- ContextStaticAttribute.cs
- HttpCachePolicy.cs
- DesignerAttribute.cs
- Deflater.cs
- RectConverter.cs
- CustomAttributeBuilder.cs
- AttributeCollection.cs
- SpeechDetectedEventArgs.cs
- SqlCacheDependencySection.cs
- OneToOneMappingSerializer.cs
- ListViewItem.cs
- HotSpot.cs
- BamlResourceDeserializer.cs
- ExpressionPrefixAttribute.cs
- AssemblyAssociatedContentFileAttribute.cs
- BamlLocalizationDictionary.cs
- MimeObjectFactory.cs
- LogicalExpr.cs
- ByteConverter.cs
- NativeActivity.cs
- XmlSchemas.cs
- CodeTypeDeclarationCollection.cs
- SignatureToken.cs
- Image.cs
- ArgumentOutOfRangeException.cs
- IntSecurity.cs
- InkCanvasSelectionAdorner.cs
- ScriptManagerProxy.cs
- TypeSchema.cs
- SinglePageViewer.cs
- LinearGradientBrush.cs
- DefaultMergeHelper.cs
- BooleanFacetDescriptionElement.cs
- CreateUserErrorEventArgs.cs
- NativeObjectSecurity.cs
- TextTreeTextNode.cs
- Size.cs
- SqlUDTStorage.cs
- CheckableControlBaseAdapter.cs
- HttpApplicationFactory.cs
- XmlDocumentSurrogate.cs
- login.cs
- StreamWithDictionary.cs
- XMLUtil.cs
- DockPanel.cs
- WebContext.cs
- ImportCatalogPart.cs
- SchemaTypeEmitter.cs
- WebResourceUtil.cs
- ManagedFilter.cs
- TypeDelegator.cs
- ModelUIElement3D.cs
- IsolatedStoragePermission.cs
- X509SecurityTokenAuthenticator.cs
- ProxyGenerator.cs
- Drawing.cs
- GregorianCalendarHelper.cs
- RightNameExpirationInfoPair.cs
- BaseAppDomainProtocolHandler.cs
- DataSourceHelper.cs
- ExpressionEditorAttribute.cs
- DriveInfo.cs
- FileDialog.cs
- FixedSOMElement.cs
- WebBrowserSiteBase.cs
- HttpRequestTraceRecord.cs
- OpCodes.cs
- BindingExpressionBase.cs
- TextElementCollectionHelper.cs
- _Semaphore.cs
- AppDomainProtocolHandler.cs
- CodeNamespaceImport.cs
- ConstantCheck.cs
- EntityDataSourceStatementEditor.cs
- Panel.cs
- RemoteWebConfigurationHostStream.cs
- ArgIterator.cs
- WhitespaceReader.cs
- JsonXmlDataContract.cs
- SchemaNamespaceManager.cs
- SqlUdtInfo.cs
- VerificationException.cs
- StateMachine.cs
- PageCatalogPartDesigner.cs