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
- AnnotationDocumentPaginator.cs
- ConfigurationValues.cs
- ArraySubsetEnumerator.cs
- SynchronizedDispatch.cs
- UnsafeNativeMethodsPenimc.cs
- InvalidEnumArgumentException.cs
- TagNameToTypeMapper.cs
- AssemblyUtil.cs
- TimeoutException.cs
- sqlstateclientmanager.cs
- MediaElement.cs
- CodeDOMProvider.cs
- ContainerFilterService.cs
- EntityRecordInfo.cs
- DictionaryBase.cs
- TagMapInfo.cs
- X509ChainElement.cs
- Geometry.cs
- SqlNodeAnnotations.cs
- DbMetaDataFactory.cs
- ObservableCollection.cs
- _NestedMultipleAsyncResult.cs
- _NetworkingPerfCounters.cs
- DragDrop.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- MessageDecoder.cs
- DisplayNameAttribute.cs
- GraphicsContext.cs
- HttpResponseHeader.cs
- AttributeConverter.cs
- EntityDataSourceReferenceGroup.cs
- WorkflowOperationContext.cs
- XmlParserContext.cs
- MetadataCache.cs
- Brush.cs
- TimeManager.cs
- ProviderConnectionPointCollection.cs
- TextSearch.cs
- FontUnitConverter.cs
- NativeMethods.cs
- HtmlDocument.cs
- ComponentChangingEvent.cs
- CodeTypeMemberCollection.cs
- BamlBinaryWriter.cs
- WebBodyFormatMessageProperty.cs
- BindingObserver.cs
- StrongNameIdentityPermission.cs
- ComponentCommands.cs
- XmlSortKey.cs
- CachedTypeface.cs
- FormViewDesigner.cs
- InternalsVisibleToAttribute.cs
- JsonByteArrayDataContract.cs
- DateTimeOffsetConverter.cs
- Section.cs
- ProviderException.cs
- LexicalChunk.cs
- XdrBuilder.cs
- autovalidator.cs
- IndicFontClient.cs
- ExpanderAutomationPeer.cs
- PeerCollaboration.cs
- TrustSection.cs
- AffineTransform3D.cs
- WindowShowOrOpenTracker.cs
- UserPersonalizationStateInfo.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- AddInIpcChannel.cs
- CodeIndexerExpression.cs
- ExtensibleClassFactory.cs
- AnonymousIdentificationModule.cs
- VoiceObjectToken.cs
- XmlDataSource.cs
- EndOfStreamException.cs
- TabletDeviceInfo.cs
- FormatterConverter.cs
- ComPlusSynchronizationContext.cs
- Bind.cs
- ThousandthOfEmRealPoints.cs
- ProcessHost.cs
- SecurityException.cs
- AppDomainManager.cs
- pingexception.cs
- DateTime.cs
- RichTextBox.cs
- DiagnosticTraceSource.cs
- InputLanguageProfileNotifySink.cs
- XXXInfos.cs
- RequestContext.cs
- SamlAssertionKeyIdentifierClause.cs
- SetStoryboardSpeedRatio.cs
- CryptoStream.cs
- WaitHandle.cs
- ToolStripSystemRenderer.cs
- APCustomTypeDescriptor.cs
- DocumentPageViewAutomationPeer.cs
- BamlRecordWriter.cs
- GenericIdentity.cs
- ToggleButtonAutomationPeer.cs
- Activator.cs