Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Core / CSharp / System / Windows / Media / Imaging / BitmapCodecInfoInternal.cs / 1 / 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
- ItemList.cs
- ListChangedEventArgs.cs
- URIFormatException.cs
- BooleanAnimationUsingKeyFrames.cs
- LinkedList.cs
- RenderOptions.cs
- ArgumentNullException.cs
- ItemAutomationPeer.cs
- BindToObject.cs
- FrameworkPropertyMetadata.cs
- WebPartCollection.cs
- MetadataSection.cs
- ConcurrentDictionary.cs
- SafeViewOfFileHandle.cs
- BinaryObjectInfo.cs
- XmlSchemaImport.cs
- ActivityMarkupSerializer.cs
- XmlDataSourceNodeDescriptor.cs
- EntityDataSourceStatementEditor.cs
- CodeParameterDeclarationExpression.cs
- SoapElementAttribute.cs
- SQLBytes.cs
- ImportCatalogPart.cs
- SizeChangedInfo.cs
- GetWinFXPath.cs
- DifferencingCollection.cs
- SqlGenericUtil.cs
- GradientSpreadMethodValidation.cs
- MarginsConverter.cs
- DocumentOrderComparer.cs
- TrackingSection.cs
- Rotation3DAnimationBase.cs
- Stacktrace.cs
- UmAlQuraCalendar.cs
- RTLAwareMessageBox.cs
- ColumnBinding.cs
- HyperLinkStyle.cs
- _ConnectionGroup.cs
- WebPartVerbCollection.cs
- TypeName.cs
- SimpleWorkerRequest.cs
- DateTimeOffsetAdapter.cs
- TextSelectionProcessor.cs
- IRCollection.cs
- NullableDecimalAverageAggregationOperator.cs
- PeerInvitationResponse.cs
- DataGridViewDataConnection.cs
- ServerIdentity.cs
- WsatConfiguration.cs
- SrgsItemList.cs
- NavigationWindow.cs
- UICuesEvent.cs
- DataComponentMethodGenerator.cs
- NamedPermissionSet.cs
- FilteredReadOnlyMetadataCollection.cs
- BufferedReadStream.cs
- DataGridViewColumnDesigner.cs
- FlowLayoutPanel.cs
- StorageInfo.cs
- ThreadPool.cs
- SqlUserDefinedAggregateAttribute.cs
- CompoundFileStreamReference.cs
- NativeMethods.cs
- OleDbMetaDataFactory.cs
- WebPartDescriptionCollection.cs
- ResXDataNode.cs
- UserControl.cs
- Selector.cs
- OleDbDataReader.cs
- QuaternionIndependentAnimationStorage.cs
- Geometry.cs
- DbConnectionFactory.cs
- FileSystemEventArgs.cs
- DesignerActionUIStateChangeEventArgs.cs
- XmlAttribute.cs
- DataGridViewComboBoxEditingControl.cs
- XPathSelectionIterator.cs
- Privilege.cs
- BaseAsyncResult.cs
- OpenTypeLayout.cs
- RoleService.cs
- EntityUtil.cs
- Renderer.cs
- MachineKeySection.cs
- DataSet.cs
- InputProviderSite.cs
- DataGridViewAutoSizeModeEventArgs.cs
- DNS.cs
- SqlExpressionNullability.cs
- IChannel.cs
- HttpException.cs
- ListViewItem.cs
- BaseTemplateBuildProvider.cs
- DeviceSpecificDialogCachedState.cs
- NetworkAddressChange.cs
- IProvider.cs
- Deserializer.cs
- CanonicalFontFamilyReference.cs
- TaiwanCalendar.cs
- FixedDocumentPaginator.cs