Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Core / System / Windows / Media / Imaging / BitmapMetadataBlob.cs / 1 / BitmapMetadataBlob.cs
//------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, All Rights Reserved // // File: BitmapMetadataBlob.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.PresentationCore; using System.Diagnostics; using System.Globalization; using System.Runtime.InteropServices; using System.Xml; using System.IO; using System.Security; using System.Security.Permissions; using System.Windows.Media.Imaging; using System.Windows.Threading; using System.Text; using MS.Internal.PresentationCore; // SecurityHelper namespace System.Windows.Media.Imaging { #region BitmapMetadataBlob ////// BitmapMetadataBlob class /// public class BitmapMetadataBlob { ////// /// public BitmapMetadataBlob(byte[] blob) { _blob = blob; } ////// /// public byte[] GetBlobValue() { return (byte[]) _blob.Clone(); } ////// /// internal byte[] InternalGetBlobValue() { return _blob; } private byte[] _blob; } #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
- MouseWheelEventArgs.cs
- DispatcherTimer.cs
- DocumentReference.cs
- PageParserFilter.cs
- FindCriteriaCD1.cs
- FixedTextSelectionProcessor.cs
- StatusBar.cs
- UrlMappingsModule.cs
- HMAC.cs
- _ChunkParse.cs
- ModuleConfigurationInfo.cs
- AuthenticationSection.cs
- CriticalExceptions.cs
- NativeMethods.cs
- XmlNamespaceDeclarationsAttribute.cs
- DataRowChangeEvent.cs
- SoapElementAttribute.cs
- DataProtection.cs
- DataBindingsDialog.cs
- COM2EnumConverter.cs
- MessageParameterAttribute.cs
- TransformValueSerializer.cs
- BaseTreeIterator.cs
- SizeAnimationUsingKeyFrames.cs
- SQLDouble.cs
- ImageCodecInfo.cs
- Dictionary.cs
- securitycriticaldataformultiplegetandset.cs
- FolderLevelBuildProviderAppliesToAttribute.cs
- PolicyStatement.cs
- MetadataCache.cs
- TextEndOfLine.cs
- FeatureSupport.cs
- InlineUIContainer.cs
- MdImport.cs
- SelectionRangeConverter.cs
- WorkflowPrinting.cs
- ClickablePoint.cs
- KeyConverter.cs
- PerformanceCounterManager.cs
- ToolStripItemEventArgs.cs
- StoreContentChangedEventArgs.cs
- Pair.cs
- WindowsTokenRoleProvider.cs
- HostAdapter.cs
- SubMenuStyle.cs
- SecurityAlgorithmSuite.cs
- LinearGradientBrush.cs
- EndPoint.cs
- DrawingGroupDrawingContext.cs
- ByteConverter.cs
- ChannelServices.cs
- DiagnosticsConfigurationHandler.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- QilScopedVisitor.cs
- SaveFileDialog.cs
- XmlSchemaNotation.cs
- FileDialogPermission.cs
- Inline.cs
- EventMappingSettingsCollection.cs
- Root.cs
- AppDomainGrammarProxy.cs
- DocumentSchemaValidator.cs
- WebPartConnectVerb.cs
- DescriptionCreator.cs
- EdmToObjectNamespaceMap.cs
- ReliableChannelBinder.cs
- Camera.cs
- BufferedStream.cs
- ConfigXmlElement.cs
- DrawingGroupDrawingContext.cs
- ToolStripContainerDesigner.cs
- DoubleAnimation.cs
- PerformanceCounter.cs
- SingleTagSectionHandler.cs
- Size3D.cs
- HttpRequest.cs
- CompiledQuery.cs
- SqlSupersetValidator.cs
- DSASignatureFormatter.cs
- HashCryptoHandle.cs
- Math.cs
- SettingsPropertyValueCollection.cs
- ClientTargetSection.cs
- ColorAnimation.cs
- HGlobalSafeHandle.cs
- WindowsScrollBar.cs
- RepeaterDesigner.cs
- SoapAttributes.cs
- NavigationProperty.cs
- SystemIPAddressInformation.cs
- IndexedEnumerable.cs
- BindStream.cs
- ComUdtElement.cs
- InitializerFacet.cs
- TextTreeUndoUnit.cs
- QuadraticEase.cs
- SourceFileBuildProvider.cs
- FirstMatchCodeGroup.cs
- DataGridViewCellStyle.cs