Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media / ImageMetadata.cs / 1305600 / 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
- UpDownEvent.cs
- SizeChangedEventArgs.cs
- ProofTokenCryptoHandle.cs
- FileDataSourceCache.cs
- GenericWebPart.cs
- DateTimeConverter.cs
- ColumnHeaderConverter.cs
- WinInetCache.cs
- FrameDimension.cs
- Walker.cs
- FieldAccessException.cs
- _NetworkingPerfCounters.cs
- SqlDataSourceConfigureSelectPanel.cs
- ProcessHostMapPath.cs
- PersonalizationDictionary.cs
- AtomServiceDocumentSerializer.cs
- _DigestClient.cs
- NativeWrapper.cs
- ToolStripDropDownButton.cs
- EditorZoneBase.cs
- dataobject.cs
- CapabilitiesAssignment.cs
- CacheAxisQuery.cs
- CommentAction.cs
- DrawingGroup.cs
- ControlBuilder.cs
- RightsManagementEncryptedStream.cs
- DataObjectMethodAttribute.cs
- SelectionPattern.cs
- SpeechUI.cs
- ListChangedEventArgs.cs
- XmlUnspecifiedAttribute.cs
- ApplicationCommands.cs
- InheritanceRules.cs
- FusionWrap.cs
- Item.cs
- OrderedDictionary.cs
- CheckBoxPopupAdapter.cs
- _FtpDataStream.cs
- FixedSOMTextRun.cs
- TagPrefixAttribute.cs
- RsaSecurityToken.cs
- CodeTypeParameterCollection.cs
- assertwrapper.cs
- DirectoryLocalQuery.cs
- ToolZone.cs
- IntranetCredentialPolicy.cs
- EastAsianLunisolarCalendar.cs
- InlinedLocationReference.cs
- CutCopyPasteHelper.cs
- RegexCharClass.cs
- CodeDomDesignerLoader.cs
- CommandDesigner.cs
- SplitterCancelEvent.cs
- TextBoxRenderer.cs
- QuaternionAnimation.cs
- Geometry3D.cs
- BooleanToVisibilityConverter.cs
- ScriptIgnoreAttribute.cs
- RequestFactory.cs
- QilTernary.cs
- PropertyDescriptorCollection.cs
- BookmarkOptionsHelper.cs
- UInt64.cs
- ImageField.cs
- HierarchicalDataBoundControlAdapter.cs
- HttpSessionStateBase.cs
- XmlDocument.cs
- PerfService.cs
- BaseCollection.cs
- DataGridItemCollection.cs
- FastPropertyAccessor.cs
- PerformanceCounterPermission.cs
- Empty.cs
- FileInfo.cs
- PrinterResolution.cs
- DeclaredTypeValidator.cs
- XmlSchemaAttributeGroupRef.cs
- EntityViewContainer.cs
- TransformConverter.cs
- AnnotationMap.cs
- elementinformation.cs
- AmbiguousMatchException.cs
- InkSerializer.cs
- ResponseBodyWriter.cs
- LateBoundBitmapDecoder.cs
- XmlSchemaValidationException.cs
- WindowsAuthenticationEventArgs.cs
- BinHexEncoder.cs
- CodeExpressionStatement.cs
- UpWmlMobileTextWriter.cs
- XmlStringTable.cs
- TemplatePagerField.cs
- XhtmlBasicImageAdapter.cs
- Predicate.cs
- StreamBodyWriter.cs
- TransactionChannel.cs
- SimpleRecyclingCache.cs
- PipelineDeploymentState.cs
- CallbackValidatorAttribute.cs