Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media / Imaging / WmpBitmapDecoder.cs / 1305600 / WmpBitmapDecoder.cs
//------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, All Rights Reserved // // File: WmpBitmapDecoder.cs // //----------------------------------------------------------------------------- using System; using System.IO; using System.Collections; using System.Security; using System.Security.Permissions; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Reflection; using Microsoft.Win32.SafeHandles; using MS.Internal; using System.Diagnostics; using System.Windows.Media; using System.Globalization; using System.Runtime.InteropServices; namespace System.Windows.Media.Imaging { #region WmpBitmapDecoder ////// The built-in Microsoft Wmp (Bitmap) Decoder. /// public sealed class WmpBitmapDecoder : BitmapDecoder { ////// Don't allow construction of a decoder with no params /// private WmpBitmapDecoder() { } ////// Create a WmpBitmapDecoder given the Uri /// /// Uri to decode /// Bitmap Create Options /// Bitmap Caching Option ////// Critical - access critical resource /// PublicOk - inputs verified or safe /// [SecurityCritical] public WmpBitmapDecoder( Uri bitmapUri, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption ) : base(bitmapUri, createOptions, cacheOption, MILGuidData.GUID_ContainerFormatWmp) { } ////// If this decoder cannot handle the bitmap stream, it will throw an exception. /// /// Stream to decode /// Bitmap Create Options /// Bitmap Caching Option ////// Critical - access critical resource /// PublicOk - inputs verified or safe /// [SecurityCritical] public WmpBitmapDecoder( Stream bitmapStream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption ) : base(bitmapStream, createOptions, cacheOption, MILGuidData.GUID_ContainerFormatWmp) { } ////// Internal Constructor /// ////// Critical: Uses a SafeFileHandle, which is a SecurityCritical type (in v4). /// Calls SecurityCritical base class constructor. /// [SecurityCritical] internal WmpBitmapDecoder( SafeMILHandle decoderHandle, BitmapDecoder decoder, Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, bool insertInDecoderCache, bool originalWritable, Stream uriStream, UnmanagedMemoryStream unmanagedMemoryStream, SafeFileHandle safeFilehandle ) : base(decoderHandle, decoder, baseUri, uri, stream, createOptions, cacheOption, insertInDecoderCache, originalWritable, uriStream, unmanagedMemoryStream, safeFilehandle) { } #region Internal Abstract /// Need to implement this to derive from the "sealed" object internal override void SealObject() { throw new NotImplementedException(); } #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: WmpBitmapDecoder.cs // //----------------------------------------------------------------------------- using System; using System.IO; using System.Collections; using System.Security; using System.Security.Permissions; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Reflection; using Microsoft.Win32.SafeHandles; using MS.Internal; using System.Diagnostics; using System.Windows.Media; using System.Globalization; using System.Runtime.InteropServices; namespace System.Windows.Media.Imaging { #region WmpBitmapDecoder ////// The built-in Microsoft Wmp (Bitmap) Decoder. /// public sealed class WmpBitmapDecoder : BitmapDecoder { ////// Don't allow construction of a decoder with no params /// private WmpBitmapDecoder() { } ////// Create a WmpBitmapDecoder given the Uri /// /// Uri to decode /// Bitmap Create Options /// Bitmap Caching Option ////// Critical - access critical resource /// PublicOk - inputs verified or safe /// [SecurityCritical] public WmpBitmapDecoder( Uri bitmapUri, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption ) : base(bitmapUri, createOptions, cacheOption, MILGuidData.GUID_ContainerFormatWmp) { } ////// If this decoder cannot handle the bitmap stream, it will throw an exception. /// /// Stream to decode /// Bitmap Create Options /// Bitmap Caching Option ////// Critical - access critical resource /// PublicOk - inputs verified or safe /// [SecurityCritical] public WmpBitmapDecoder( Stream bitmapStream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption ) : base(bitmapStream, createOptions, cacheOption, MILGuidData.GUID_ContainerFormatWmp) { } ////// Internal Constructor /// ////// Critical: Uses a SafeFileHandle, which is a SecurityCritical type (in v4). /// Calls SecurityCritical base class constructor. /// [SecurityCritical] internal WmpBitmapDecoder( SafeMILHandle decoderHandle, BitmapDecoder decoder, Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, bool insertInDecoderCache, bool originalWritable, Stream uriStream, UnmanagedMemoryStream unmanagedMemoryStream, SafeFileHandle safeFilehandle ) : base(decoderHandle, decoder, baseUri, uri, stream, createOptions, cacheOption, insertInDecoderCache, originalWritable, uriStream, unmanagedMemoryStream, safeFilehandle) { } #region Internal Abstract /// Need to implement this to derive from the "sealed" object internal override void SealObject() { throw new NotImplementedException(); } #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
- EntityContainerEntitySet.cs
- ContentPresenter.cs
- RelationshipFixer.cs
- SoapAttributeOverrides.cs
- SelfIssuedAuthProofToken.cs
- QuaternionAnimation.cs
- ProfileProvider.cs
- DependencyObjectType.cs
- ProtocolReflector.cs
- SqlClientWrapperSmiStream.cs
- Monitor.cs
- MissingSatelliteAssemblyException.cs
- WindowsClientElement.cs
- ConnectionManagementElementCollection.cs
- SafeLibraryHandle.cs
- FixedSOMTableRow.cs
- InputScopeConverter.cs
- CacheRequest.cs
- Section.cs
- UrlPropertyAttribute.cs
- ContextMenu.cs
- PresentationTraceSources.cs
- UInt32Storage.cs
- LinqDataSourceContextData.cs
- XmlSchemaComplexContentExtension.cs
- UserControl.cs
- KeyInfo.cs
- ObjectFullSpanRewriter.cs
- DataRecordObjectView.cs
- TaskScheduler.cs
- EncoderParameters.cs
- DataGridViewLinkColumn.cs
- PortCache.cs
- RotationValidation.cs
- CultureSpecificStringDictionary.cs
- DependencyObjectPropertyDescriptor.cs
- XmlCompatibilityReader.cs
- WebPartManagerDesigner.cs
- x509utils.cs
- WindowsAuthenticationEventArgs.cs
- DataContext.cs
- DataListCommandEventArgs.cs
- MarkupCompiler.cs
- Help.cs
- EditBehavior.cs
- CreateUserWizardAutoFormat.cs
- BitmapPalette.cs
- DbSetClause.cs
- X509Chain.cs
- SortedDictionary.cs
- SafeFileMappingHandle.cs
- LinkDescriptor.cs
- RightsManagementEncryptedStream.cs
- LinearGradientBrush.cs
- PreservationFileReader.cs
- SecurityHelper.cs
- HiddenField.cs
- CompleteWizardStep.cs
- ValidationManager.cs
- StaticFileHandler.cs
- PenThreadPool.cs
- Compiler.cs
- SqlAggregateChecker.cs
- PersistenceException.cs
- ParserExtension.cs
- MailWebEventProvider.cs
- SqlDataSourceFilteringEventArgs.cs
- SchemaComplexType.cs
- DefaultMemberAttribute.cs
- StateItem.cs
- OperationPickerDialog.cs
- ProgramNode.cs
- DragStartedEventArgs.cs
- SessionEndingCancelEventArgs.cs
- DBSchemaTable.cs
- StringComparer.cs
- metadatamappinghashervisitor.hashsourcebuilder.cs
- XPathException.cs
- ContainerUtilities.cs
- ScopelessEnumAttribute.cs
- PeerChannelListener.cs
- GPRECT.cs
- CompressStream.cs
- MailMessage.cs
- ColorInterpolationModeValidation.cs
- GroupBoxRenderer.cs
- RulePatternOps.cs
- DBPropSet.cs
- LazyTextWriterCreator.cs
- AsnEncodedData.cs
- DataGridViewRowHeaderCell.cs
- TraceLevelStore.cs
- TreeViewDataItemAutomationPeer.cs
- SafeUserTokenHandle.cs
- WebPartZoneCollection.cs
- TimelineGroup.cs
- BuildResult.cs
- DataSourceXmlSerializer.cs
- BinaryExpression.cs
- WebAdminConfigurationHelper.cs