Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Shared / MS / Internal / Generated / ColorInterpolationModeValidation.cs / 1 / ColorInterpolationModeValidation.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 IsColorInterpolationModeValid(object valueObject)
{
ColorInterpolationMode value = (ColorInterpolationMode) valueObject;
return (value == ColorInterpolationMode.ScRgbLinearInterpolation) ||
(value == ColorInterpolationMode.SRgbLinearInterpolation);
}
}
}
// 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 IsColorInterpolationModeValid(object valueObject)
{
ColorInterpolationMode value = (ColorInterpolationMode) valueObject;
return (value == ColorInterpolationMode.ScRgbLinearInterpolation) ||
(value == ColorInterpolationMode.SRgbLinearInterpolation);
}
}
}
// 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
- HttpListenerPrefixCollection.cs
- XmlNamespaceManager.cs
- ValidatorCompatibilityHelper.cs
- AccessText.cs
- XmlExtensionFunction.cs
- nulltextcontainer.cs
- Axis.cs
- NetCodeGroup.cs
- InputScope.cs
- TextTrailingCharacterEllipsis.cs
- ProfilePropertySettingsCollection.cs
- KnownBoxes.cs
- SignatureResourcePool.cs
- TextStore.cs
- DataViewSettingCollection.cs
- SafeLocalMemHandle.cs
- WhitespaceRule.cs
- EventArgs.cs
- WebControlsSection.cs
- DecimalConverter.cs
- baseshape.cs
- OracleConnectionString.cs
- XmlElementAttribute.cs
- Site.cs
- BaseResourcesBuildProvider.cs
- DataPointer.cs
- StylusDevice.cs
- CSharpCodeProvider.cs
- BrowserCapabilitiesFactoryBase.cs
- DesignerLoader.cs
- AppDomainManager.cs
- VectorConverter.cs
- _ConnectionGroup.cs
- XmlWriterDelegator.cs
- ApplicationServiceManager.cs
- ToolStripOverflow.cs
- AppSecurityManager.cs
- FactoryGenerator.cs
- FlowDocumentView.cs
- DocumentOrderComparer.cs
- AlphaSortedEnumConverter.cs
- DataRowCollection.cs
- DataGridViewTopRowAccessibleObject.cs
- MessageTraceRecord.cs
- JournalEntryStack.cs
- MenuEventArgs.cs
- DataGridViewTopRowAccessibleObject.cs
- DataFormat.cs
- NativeMethods.cs
- WindowsSecurityTokenAuthenticator.cs
- SolidBrush.cs
- XamlToRtfWriter.cs
- OverflowException.cs
- NotificationContext.cs
- CreateParams.cs
- BaseParser.cs
- UrlMapping.cs
- ShaderRenderModeValidation.cs
- BamlBinaryWriter.cs
- DataTableClearEvent.cs
- ColorTranslator.cs
- XsltConvert.cs
- FieldBuilder.cs
- PixelFormats.cs
- AccessDataSource.cs
- SharedUtils.cs
- TextAutomationPeer.cs
- RepeaterItemEventArgs.cs
- PropertyValue.cs
- GroupDescription.cs
- Selection.cs
- odbcmetadatacolumnnames.cs
- Encoding.cs
- SystemInformation.cs
- AspCompat.cs
- DelegateHelpers.Generated.cs
- StringInfo.cs
- OLEDB_Enum.cs
- HtmlAnchor.cs
- HttpWriter.cs
- InputScopeConverter.cs
- PenCursorManager.cs
- SoapSchemaExporter.cs
- WebPartCatalogCloseVerb.cs
- ParameterCollection.cs
- NodeInfo.cs
- SiblingIterators.cs
- RightsManagementInformation.cs
- ProfileService.cs
- ClientScriptManager.cs
- TextBoxRenderer.cs
- AsyncOperationManager.cs
- _DigestClient.cs
- DbBuffer.cs
- DataGridItemCollection.cs
- PasswordDeriveBytes.cs
- ProcessHost.cs
- GridSplitterAutomationPeer.cs
- ImmutableObjectAttribute.cs
- DesignerCategoryAttribute.cs