Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- AssemblyResolver.cs
- UTF7Encoding.cs
- ExpressionParser.cs
- BitmapEffectvisualstate.cs
- wpf-etw.cs
- BmpBitmapEncoder.cs
- PageThemeParser.cs
- StylusCollection.cs
- SystemColors.cs
- ActivityInterfaces.cs
- ArcSegment.cs
- SelectQueryOperator.cs
- BitmapEffectInput.cs
- PathFigureCollectionConverter.cs
- BindMarkupExtensionSerializer.cs
- XmlBaseReader.cs
- DefaultSection.cs
- LinqDataSourceStatusEventArgs.cs
- LogRestartAreaEnumerator.cs
- PersonalizationDictionary.cs
- ConnectionConsumerAttribute.cs
- StylusPoint.cs
- MetadataArtifactLoaderCompositeResource.cs
- IxmlLineInfo.cs
- MsmqInputMessagePool.cs
- AxisAngleRotation3D.cs
- CachedResourceDictionaryExtension.cs
- Hex.cs
- Guid.cs
- Visitors.cs
- EntityClassGenerator.cs
- DBBindings.cs
- DataContractSerializerServiceBehavior.cs
- SuppressMessageAttribute.cs
- EntitySqlQueryCacheEntry.cs
- DoubleCollectionValueSerializer.cs
- SourceSwitch.cs
- GenericEnumConverter.cs
- ClientProtocol.cs
- ExecutedRoutedEventArgs.cs
- documentation.cs
- AdRotator.cs
- PolyBezierSegmentFigureLogic.cs
- DBCommandBuilder.cs
- ComponentConverter.cs
- ScriptManagerProxy.cs
- XmlArrayAttribute.cs
- DataStorage.cs
- Timer.cs
- MexNamedPipeBindingCollectionElement.cs
- TreeViewItem.cs
- XamlFrame.cs
- ProtectedConfigurationProviderCollection.cs
- CompilerGlobalScopeAttribute.cs
- ProfileElement.cs
- MailBnfHelper.cs
- Drawing.cs
- LabelDesigner.cs
- AvTraceFormat.cs
- JpegBitmapEncoder.cs
- WebPartTransformer.cs
- CategoryAttribute.cs
- _StreamFramer.cs
- XmlText.cs
- UIntPtr.cs
- ObjectParameterCollection.cs
- ReferenceAssemblyAttribute.cs
- GroupItem.cs
- EncodingNLS.cs
- SchemaManager.cs
- AudioSignalProblemOccurredEventArgs.cs
- FrameworkContentElement.cs
- TextStore.cs
- BookmarkEventArgs.cs
- ScalarOps.cs
- StreamAsIStream.cs
- DataGridRowAutomationPeer.cs
- AtlasWeb.Designer.cs
- CacheForPrimitiveTypes.cs
- SynthesizerStateChangedEventArgs.cs
- PlanCompiler.cs
- CancelEventArgs.cs
- ReadOnlyDictionary.cs
- AttributeParameterInfo.cs
- RuleInfoComparer.cs
- StylusPointProperty.cs
- TreeNodeCollection.cs
- KeyManager.cs
- PathFigure.cs
- ValidationErrorCollection.cs
- RectangleConverter.cs
- SettingsPropertyNotFoundException.cs
- CultureTableRecord.cs
- WebPartDeleteVerb.cs
- DataGridTablesFactory.cs
- InternalMappingException.cs
- ResourcesGenerator.cs
- ParenthesizePropertyNameAttribute.cs
- DefinitionBase.cs
- DataControlLinkButton.cs