Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Shared / MS / Internal / Generated / BitmapScalingModeValidation.cs / 2 / BitmapScalingModeValidation.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // This file was generated, please do not edit it directly. // // Please see http://wiki/default.aspx/Microsoft.Projects.Avalon/MilCodeGen.html for more information. // //--------------------------------------------------------------------------- using System; using System.ComponentModel; using System.Runtime.InteropServices; using MS.Internal.PresentationCore; #if PRESENTATION_CORE using SR=MS.Internal.PresentationCore.SR; using SRID=MS.Internal.PresentationCore.SRID; #else using SR=System.Windows.SR; using SRID=System.Windows.SRID; #endif namespace System.Windows.Media { internal static partial class ValidateEnums { ////// Returns whether or not an enumeration instance a valid value. /// This method is designed to be used with ValidateValueCallback, and thus /// matches it's prototype. /// /// /// Enumeration value to validate. /// ///'true' if the enumeration contains a valid value, 'false' otherwise. public static bool IsBitmapScalingModeValid(object valueObject) { BitmapScalingMode value = (BitmapScalingMode) valueObject; return (value == BitmapScalingMode.Unspecified) || (value == BitmapScalingMode.LowQuality) || (value == BitmapScalingMode.HighQuality) || (value == BitmapScalingMode.Linear) || (value == BitmapScalingMode.Fant) || (value == BitmapScalingMode.NearestNeighbor); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // This file was generated, please do not edit it directly. // // Please see http://wiki/default.aspx/Microsoft.Projects.Avalon/MilCodeGen.html for more information. // //--------------------------------------------------------------------------- using System; using System.ComponentModel; using System.Runtime.InteropServices; using MS.Internal.PresentationCore; #if PRESENTATION_CORE using SR=MS.Internal.PresentationCore.SR; using SRID=MS.Internal.PresentationCore.SRID; #else using SR=System.Windows.SR; using SRID=System.Windows.SRID; #endif namespace System.Windows.Media { internal static partial class ValidateEnums { ////// Returns whether or not an enumeration instance a valid value. /// This method is designed to be used with ValidateValueCallback, and thus /// matches it's prototype. /// /// /// Enumeration value to validate. /// ///'true' if the enumeration contains a valid value, 'false' otherwise. public static bool IsBitmapScalingModeValid(object valueObject) { BitmapScalingMode value = (BitmapScalingMode) valueObject; return (value == BitmapScalingMode.Unspecified) || (value == BitmapScalingMode.LowQuality) || (value == BitmapScalingMode.HighQuality) || (value == BitmapScalingMode.Linear) || (value == BitmapScalingMode.Fant) || (value == BitmapScalingMode.NearestNeighbor); } } } // 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
- FormsAuthenticationUserCollection.cs
- ClientRolePrincipal.cs
- HttpListener.cs
- HttpCookie.cs
- SchemaType.cs
- ExceptionUtility.cs
- ImageClickEventArgs.cs
- DataGridViewRowCancelEventArgs.cs
- Privilege.cs
- WindowsListViewGroup.cs
- MediaElement.cs
- SelectionGlyph.cs
- DataStreamFromComStream.cs
- MenuAutomationPeer.cs
- PtsCache.cs
- DisplayNameAttribute.cs
- PolyBezierSegment.cs
- FollowerQueueCreator.cs
- EDesignUtil.cs
- Vector3DConverter.cs
- SerTrace.cs
- BooleanSwitch.cs
- HMACRIPEMD160.cs
- DependencyPropertyConverter.cs
- TableLayoutRowStyleCollection.cs
- Utils.cs
- SerializableTypeCodeDomSerializer.cs
- _AutoWebProxyScriptWrapper.cs
- TypeRefElement.cs
- DesignerAttribute.cs
- RestClientProxyHandler.cs
- ProtocolReflector.cs
- Parameter.cs
- TypedElement.cs
- GeneralTransform.cs
- SystemGatewayIPAddressInformation.cs
- XMLUtil.cs
- WebServiceAttribute.cs
- ScriptHandlerFactory.cs
- BevelBitmapEffect.cs
- VoiceObjectToken.cs
- ConnectionPointGlyph.cs
- SchemaImporterExtensionElement.cs
- NullableDoubleMinMaxAggregationOperator.cs
- MulticastOption.cs
- DataRowCollection.cs
- FileUpload.cs
- InkSerializer.cs
- TypeConverterHelper.cs
- AutoGeneratedFieldProperties.cs
- AuthenticationException.cs
- XmlSchemaAttribute.cs
- TextParagraphCache.cs
- versioninfo.cs
- BufferedWebEventProvider.cs
- SQLBoolean.cs
- CurrencyManager.cs
- ActivityTrace.cs
- KernelTypeValidation.cs
- HttpClientCredentialType.cs
- CapabilitiesState.cs
- SamlAssertionDirectKeyIdentifierClause.cs
- DbConnectionOptions.cs
- OrderedDictionaryStateHelper.cs
- CryptoHandle.cs
- RegisteredDisposeScript.cs
- ToolStripContentPanel.cs
- XmlQueryRuntime.cs
- HttpContextServiceHost.cs
- EventLogReader.cs
- GACMembershipCondition.cs
- WriteableBitmap.cs
- CharUnicodeInfo.cs
- xsdvalidator.cs
- AttributedMetaModel.cs
- TagPrefixInfo.cs
- HtmlButton.cs
- XmlPreloadedResolver.cs
- Matrix3DConverter.cs
- SupportingTokenAuthenticatorSpecification.cs
- ReadOnlyPropertyMetadata.cs
- GPStream.cs
- TextElementCollection.cs
- RepeatBehavior.cs
- RequestCache.cs
- DmlSqlGenerator.cs
- RemotingConfigParser.cs
- VScrollProperties.cs
- TypeConverterAttribute.cs
- ColorTranslator.cs
- Bidi.cs
- WebPartDisplayModeCancelEventArgs.cs
- IISMapPath.cs
- TextSpan.cs
- MappingItemCollection.cs
- Panel.cs
- WeakEventManager.cs
- SizeConverter.cs
- X509SecurityTokenProvider.cs
- SafeBitVector32.cs