Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Core / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- JoinGraph.cs
- GAC.cs
- ReadOnlyActivityGlyph.cs
- PbrsForward.cs
- EntryIndex.cs
- AutomationAttributeInfo.cs
- NameNode.cs
- Misc.cs
- MembershipSection.cs
- HttpChannelFactory.cs
- PolyBezierSegment.cs
- CalendarDay.cs
- DataTableReader.cs
- Sequence.cs
- WindowsAuthenticationEventArgs.cs
- PackWebResponse.cs
- Registry.cs
- KnownTypesProvider.cs
- TdsRecordBufferSetter.cs
- _ShellExpression.cs
- WizardPanel.cs
- WebPartCancelEventArgs.cs
- __ConsoleStream.cs
- XamlWriter.cs
- SoapAttributeOverrides.cs
- StyleSelector.cs
- RuntimeHelpers.cs
- OleStrCAMarshaler.cs
- ReadOnlyHierarchicalDataSourceView.cs
- ExeConfigurationFileMap.cs
- DataGridPagerStyle.cs
- New.cs
- ColorKeyFrameCollection.cs
- CodeAccessSecurityEngine.cs
- TaskHelper.cs
- OrderedDictionary.cs
- EntityTypeEmitter.cs
- QueryableDataSourceView.cs
- ReferentialConstraint.cs
- Unit.cs
- FileLogRecordStream.cs
- ManagementEventArgs.cs
- ItemDragEvent.cs
- cryptoapiTransform.cs
- _IPv4Address.cs
- SamlNameIdentifierClaimResource.cs
- DesignerVerb.cs
- TypeUtil.cs
- DecoderFallbackWithFailureFlag.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- XXXInfos.cs
- SQLDoubleStorage.cs
- SystemIPAddressInformation.cs
- MtomMessageEncodingElement.cs
- LayoutUtils.cs
- ClientSettingsSection.cs
- WebPartTracker.cs
- DataGridViewColumnDividerDoubleClickEventArgs.cs
- ContentOperations.cs
- IndexingContentUnit.cs
- Types.cs
- XPathNodePointer.cs
- NativeMethods.cs
- StreamGeometry.cs
- CachedBitmap.cs
- SafeNativeMethods.cs
- Matrix3DValueSerializer.cs
- TransportDefaults.cs
- RowUpdatingEventArgs.cs
- DocumentEventArgs.cs
- InputElement.cs
- Transform.cs
- HealthMonitoringSection.cs
- PeerNameRecordCollection.cs
- OdbcEnvironment.cs
- KoreanLunisolarCalendar.cs
- CryptoHelper.cs
- BitmapPalette.cs
- ConnectionManagementSection.cs
- QuadTree.cs
- DbConnectionPoolGroup.cs
- TrailingSpaceComparer.cs
- TextTreeFixupNode.cs
- LineProperties.cs
- XmlSchemaParticle.cs
- COM2PropertyDescriptor.cs
- DataSourceControl.cs
- OrderedEnumerableRowCollection.cs
- CheckBoxPopupAdapter.cs
- UserControl.cs
- HMACSHA384.cs
- Pair.cs
- WebBrowserNavigatingEventHandler.cs
- HttpWebRequestElement.cs
- RemoteEndpointMessageProperty.cs
- DeviceContext2.cs
- WebPartManager.cs
- InternalSafeNativeMethods.cs
- QueryResponse.cs
- HttpRawResponse.cs