Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Core / CSharp / System / Windows / Media / ImageMetadata.cs / 1 / ImageMetadata.cs
//------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, All Rights Reserved // // File: ImageMetadata.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 { #region ImageMetadata ////// Metadata for ImageSource. /// abstract public partial class ImageMetadata : Freezable { #region Constructors ////// /// internal ImageMetadata() { } #endregion #region Freezable ////// Shadows inherited Copy() with a strongly typed /// version for convenience. /// public new ImageMetadata Clone() { return (ImageMetadata)base.Clone(); } #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: ImageMetadata.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 { #region ImageMetadata ////// Metadata for ImageSource. /// abstract public partial class ImageMetadata : Freezable { #region Constructors ////// /// internal ImageMetadata() { } #endregion #region Freezable ////// Shadows inherited Copy() with a strongly typed /// version for convenience. /// public new ImageMetadata Clone() { return (ImageMetadata)base.Clone(); } #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
- RevocationPoint.cs
- BufferBuilder.cs
- XmlEncoding.cs
- DataGridRow.cs
- SettingsPropertyValue.cs
- Deflater.cs
- SmtpMail.cs
- ThreadAttributes.cs
- TextSegment.cs
- FlowDocumentPageViewerAutomationPeer.cs
- GridItemPattern.cs
- PropertyGroupDescription.cs
- SqlReferenceCollection.cs
- RadioButtonAutomationPeer.cs
- DetailsViewDeleteEventArgs.cs
- Char.cs
- ChannelSinkStacks.cs
- IncrementalCompileAnalyzer.cs
- MachineKeySection.cs
- PanelContainerDesigner.cs
- COM2ComponentEditor.cs
- UnmanagedMemoryStream.cs
- AttachedPropertyDescriptor.cs
- RadioButtonPopupAdapter.cs
- LayoutTable.cs
- DoWorkEventArgs.cs
- Tokenizer.cs
- EncryptedXml.cs
- SectionXmlInfo.cs
- ThreadAbortException.cs
- StateValidator.cs
- ReadOnlyDictionary.cs
- ExpressionEditorAttribute.cs
- AutomationProperties.cs
- SignedPkcs7.cs
- PowerModeChangedEventArgs.cs
- HiddenFieldPageStatePersister.cs
- XmlSerializableReader.cs
- UndoManager.cs
- Evaluator.cs
- ProvidePropertyAttribute.cs
- CounterSample.cs
- DecoderFallback.cs
- OleDbRowUpdatedEvent.cs
- TaskFileService.cs
- WebErrorHandler.cs
- BindableTemplateBuilder.cs
- cookiecollection.cs
- DispatchChannelSink.cs
- DiscoveryUtility.cs
- Dictionary.cs
- CssTextWriter.cs
- DBConnection.cs
- SQLUtility.cs
- EntitySetBaseCollection.cs
- Span.cs
- ConfigXmlAttribute.cs
- TextRange.cs
- TextServicesDisplayAttributePropertyRanges.cs
- SessionStateModule.cs
- DoubleKeyFrameCollection.cs
- SemanticResolver.cs
- InputDevice.cs
- IconConverter.cs
- OdbcStatementHandle.cs
- StretchValidation.cs
- ThreadSafeList.cs
- AttributeUsageAttribute.cs
- DESCryptoServiceProvider.cs
- StringConcat.cs
- MostlySingletonList.cs
- UniqueTransportManagerRegistration.cs
- Vector3DAnimationBase.cs
- JsonDeserializer.cs
- IdlingCommunicationPool.cs
- GraphicsContainer.cs
- MissingManifestResourceException.cs
- DynamicMetaObjectBinder.cs
- SqlDataSourceFilteringEventArgs.cs
- DataListItemEventArgs.cs
- FtpCachePolicyElement.cs
- SqlBooleanizer.cs
- DataGridrowEditEndingEventArgs.cs
- MultipartContentParser.cs
- GeneralTransform3DTo2DTo3D.cs
- NamespaceCollection.cs
- StringOutput.cs
- DelegatedStream.cs
- ValuePatternIdentifiers.cs
- CatalogPartDesigner.cs
- PersonalizablePropertyEntry.cs
- ReferencedCollectionType.cs
- RC2.cs
- SapiRecognizer.cs
- ReversePositionQuery.cs
- SqlMetaData.cs
- FlowNode.cs
- BulletDecorator.cs
- ContentPlaceHolder.cs
- AdRotatorDesigner.cs