Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Core / CSharp / System / Windows / Media / Imaging / UnknownBitmapEncoder.cs / 1 / UnknownBitmapEncoder.cs
//------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, All Rights Reserved // // File: UnknownBitmapEncoder.cs // //----------------------------------------------------------------------------- using System; using System.Collections; using System.Security; using System.Security.Permissions; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Reflection; using MS.Internal; using MS.Win32.PresentationCore; using System.Diagnostics; using System.Windows.Media; using System.Globalization; using System.Windows.Media.Imaging; namespace System.Windows.Media.Imaging { #region UnknownBitmapEncoder ////// Built-in Encoder for Unknown files. /// internal sealed class UnknownBitmapEncoder : BitmapEncoder { #region Constructors ////// Constructor for UnknownBitmapEncoder /// ////// Critical - will eventually create unmanaged resources based on guid /// [SecurityCritical] public UnknownBitmapEncoder(Guid containerFormat) : base(true) { _containerFormat = containerFormat; // Assume it supports everything _supportsPreview = true; _supportsGlobalThumbnail = true; _supportsGlobalMetadata = false; _supportsFrameThumbnails = true; _supportsMultipleFrames = true; _supportsFrameMetadata = true; } #endregion #region Internal Properties / Methods ////// Returns the container format for this encoder /// ////// Critical - uses guid to create unmanaged resources /// internal override Guid ContainerFormat { [SecurityCritical] get { return _containerFormat; } } ////// Setups the encoder and other properties before encoding each frame /// ////// Critical - Accesses unmanaged code /// TreatAsSafe - All parameters passed in are safe (null, 0 and safehandle) /// [SecurityCritical, SecurityTreatAsSafe] internal override void SetupFrame(SafeMILHandle frameEncodeHandle, SafeMILHandle encoderOptions) { HRESULT.Check(UnsafeNativeMethods.WICBitmapFrameEncode.Initialize( frameEncodeHandle, encoderOptions )); } #endregion #region Internal Abstract /// Need to implement this to derive from the "sealed" object internal override void SealObject() { throw new NotImplementedException(); } #endregion #region Data Members ////// Critical - CLSID used for creation of critical resources /// [SecurityCritical] private Guid _containerFormat; #endregion } #endregion // UnknownBitmapEncoder } // 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: UnknownBitmapEncoder.cs // //----------------------------------------------------------------------------- using System; using System.Collections; using System.Security; using System.Security.Permissions; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Reflection; using MS.Internal; using MS.Win32.PresentationCore; using System.Diagnostics; using System.Windows.Media; using System.Globalization; using System.Windows.Media.Imaging; namespace System.Windows.Media.Imaging { #region UnknownBitmapEncoder ////// Built-in Encoder for Unknown files. /// internal sealed class UnknownBitmapEncoder : BitmapEncoder { #region Constructors ////// Constructor for UnknownBitmapEncoder /// ////// Critical - will eventually create unmanaged resources based on guid /// [SecurityCritical] public UnknownBitmapEncoder(Guid containerFormat) : base(true) { _containerFormat = containerFormat; // Assume it supports everything _supportsPreview = true; _supportsGlobalThumbnail = true; _supportsGlobalMetadata = false; _supportsFrameThumbnails = true; _supportsMultipleFrames = true; _supportsFrameMetadata = true; } #endregion #region Internal Properties / Methods ////// Returns the container format for this encoder /// ////// Critical - uses guid to create unmanaged resources /// internal override Guid ContainerFormat { [SecurityCritical] get { return _containerFormat; } } ////// Setups the encoder and other properties before encoding each frame /// ////// Critical - Accesses unmanaged code /// TreatAsSafe - All parameters passed in are safe (null, 0 and safehandle) /// [SecurityCritical, SecurityTreatAsSafe] internal override void SetupFrame(SafeMILHandle frameEncodeHandle, SafeMILHandle encoderOptions) { HRESULT.Check(UnsafeNativeMethods.WICBitmapFrameEncode.Initialize( frameEncodeHandle, encoderOptions )); } #endregion #region Internal Abstract /// Need to implement this to derive from the "sealed" object internal override void SealObject() { throw new NotImplementedException(); } #endregion #region Data Members ////// Critical - CLSID used for creation of critical resources /// [SecurityCritical] private Guid _containerFormat; #endregion } #endregion // UnknownBitmapEncoder } // 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
- ColumnResult.cs
- ControlTemplate.cs
- StreamInfo.cs
- Menu.cs
- _ListenerAsyncResult.cs
- DataGridTableStyleMappingNameEditor.cs
- WsdlBuildProvider.cs
- ImageFormat.cs
- GiveFeedbackEvent.cs
- RegularExpressionValidator.cs
- GeometryModel3D.cs
- FormViewPagerRow.cs
- InputScope.cs
- X509Certificate2.cs
- DBParameter.cs
- MetaType.cs
- RegistryKey.cs
- IsolatedStorageException.cs
- Simplifier.cs
- XsltQilFactory.cs
- ValidationHelper.cs
- ListItemViewControl.cs
- DataGridSortCommandEventArgs.cs
- IpcPort.cs
- RunWorkerCompletedEventArgs.cs
- ObjectNotFoundException.cs
- LiteralControl.cs
- MultiPartWriter.cs
- ActivityInfo.cs
- DesignerExtenders.cs
- OrderByBuilder.cs
- SHA1CryptoServiceProvider.cs
- HtmlInputHidden.cs
- LassoHelper.cs
- MenuScrollingVisibilityConverter.cs
- DbDataReader.cs
- HyperLinkStyle.cs
- BitmapEffectDrawing.cs
- LateBoundBitmapDecoder.cs
- PersonalizationStateInfo.cs
- WindowCollection.cs
- ZipIOModeEnforcingStream.cs
- PanelContainerDesigner.cs
- CodeDirectionExpression.cs
- SharedPerformanceCounter.cs
- WindowsRebar.cs
- LayoutSettings.cs
- AdobeCFFWrapper.cs
- StylusTip.cs
- MexNamedPipeBindingElement.cs
- StorageScalarPropertyMapping.cs
- WindowsListViewItemStartMenu.cs
- ToolStripItemImageRenderEventArgs.cs
- RecordConverter.cs
- PersianCalendar.cs
- ExceptionUtil.cs
- ResourceReferenceExpressionConverter.cs
- NamedPipeDuplicateContext.cs
- RangeValueProviderWrapper.cs
- FormViewCommandEventArgs.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- OleServicesContext.cs
- HighlightComponent.cs
- DataGridRelationshipRow.cs
- ConsumerConnectionPoint.cs
- TabControlAutomationPeer.cs
- SystemWebCachingSectionGroup.cs
- HwndAppCommandInputProvider.cs
- XhtmlMobileTextWriter.cs
- XXXOnTypeBuilderInstantiation.cs
- CatalogPartCollection.cs
- ParsedAttributeCollection.cs
- SerializationBinder.cs
- GlyphShapingProperties.cs
- FlowDocumentScrollViewer.cs
- Pair.cs
- EditorServiceContext.cs
- FileAuthorizationModule.cs
- InputScope.cs
- QueryConverter.cs
- BitmapDecoder.cs
- CalendarDateRangeChangingEventArgs.cs
- ResourceSet.cs
- TreeView.cs
- OrthographicCamera.cs
- WebPartConnectVerb.cs
- ClientRoleProvider.cs
- _UriSyntax.cs
- Metadata.cs
- XmlHelper.cs
- RelationshipConverter.cs
- CacheMemory.cs
- LogWriteRestartAreaAsyncResult.cs
- WebPartTransformerAttribute.cs
- SponsorHelper.cs
- FunctionNode.cs
- baseaxisquery.cs
- RouteItem.cs
- TextDecorationUnitValidation.cs
- WmlTextViewAdapter.cs