Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Shared / MS / Internal / Generated / TextDecorationLocationValidation.cs / 1305600 / TextDecorationLocationValidation.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
{
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 IsTextDecorationLocationValid(object valueObject)
{
TextDecorationLocation value = (TextDecorationLocation) valueObject;
return (value == TextDecorationLocation.Underline) ||
(value == TextDecorationLocation.OverLine) ||
(value == TextDecorationLocation.Strikethrough) ||
(value == TextDecorationLocation.Baseline);
}
}
}
// 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
- TypeForwardedToAttribute.cs
- CheckBoxPopupAdapter.cs
- StringComparer.cs
- ProcessHostFactoryHelper.cs
- BooleanStorage.cs
- CodeTypeReferenceCollection.cs
- XmlAttributeCollection.cs
- TextRangeProviderWrapper.cs
- SystemIPInterfaceStatistics.cs
- WebHttpBindingElement.cs
- AssociationEndMember.cs
- BrowserDefinitionCollection.cs
- MarshalByValueComponent.cs
- MeshGeometry3D.cs
- BindingsCollection.cs
- EntityDataSourceWrapper.cs
- Debug.cs
- DES.cs
- ObfuscationAttribute.cs
- AVElementHelper.cs
- ToolStripContentPanelDesigner.cs
- HtmlMeta.cs
- RegexReplacement.cs
- BoundConstants.cs
- PersonalizationProvider.cs
- ColorTranslator.cs
- TableProviderWrapper.cs
- OdbcStatementHandle.cs
- UInt16.cs
- IndicShape.cs
- ClientSettingsProvider.cs
- BamlTreeMap.cs
- IMembershipProvider.cs
- Viewport3DVisual.cs
- HeaderCollection.cs
- ConfigurationManagerHelperFactory.cs
- ProfileEventArgs.cs
- NamespaceMapping.cs
- StatusBarDesigner.cs
- CacheDependency.cs
- NetMsmqBindingElement.cs
- CompilationLock.cs
- QilName.cs
- Positioning.cs
- PropertyContainer.cs
- XmlQueryType.cs
- GridViewUpdateEventArgs.cs
- ImpersonateTokenRef.cs
- InputEventArgs.cs
- WizardSideBarListControlItem.cs
- ObjectDisposedException.cs
- GroupPartitionExpr.cs
- CharacterString.cs
- CheckBoxAutomationPeer.cs
- ScalarConstant.cs
- TriState.cs
- RectangleHotSpot.cs
- SmiXetterAccessMap.cs
- Executor.cs
- ConfigurationElementProperty.cs
- SqlDataReaderSmi.cs
- TouchesOverProperty.cs
- ArrayElementGridEntry.cs
- EndpointDiscoveryMetadata11.cs
- TemplateControlParser.cs
- FaultReasonText.cs
- XmlDownloadManager.cs
- ZipIOExtraFieldPaddingElement.cs
- HyperLinkField.cs
- PropertyDescriptorComparer.cs
- XmlLanguageConverter.cs
- TripleDES.cs
- RangeValidator.cs
- LocalizationComments.cs
- FocusWithinProperty.cs
- BindingContext.cs
- ContractMapping.cs
- DataGridViewCellMouseEventArgs.cs
- VirtualDirectoryMapping.cs
- XmlSchemaIdentityConstraint.cs
- LicenseContext.cs
- TextFormatter.cs
- BaseTemplateParser.cs
- ReferenceAssemblyAttribute.cs
- SafeBitVector32.cs
- SocketAddress.cs
- EndCreateSecurityTokenRequest.cs
- InheritanceContextHelper.cs
- SqlProviderServices.cs
- ParamArrayAttribute.cs
- AuthenticationConfig.cs
- VirtualizingPanel.cs
- RemotingConfigParser.cs
- Brush.cs
- BufferedStream.cs
- AccessorTable.cs
- CodeAttachEventStatement.cs
- AsymmetricAlgorithm.cs
- CompositeTypefaceMetrics.cs
- AdornerHitTestResult.cs