Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Shared / MS / Internal / Generated / AlignmentYValidation.cs / 1 / AlignmentYValidation.cs
//----------------------------------------------------------------------------
//
//
// Copyright (C) Microsoft Corporation. All rights reserved.
//
//
// This file was generated, please do not edit it directly.
//
// Please see [....]/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 IsAlignmentYValid(object valueObject)
{
AlignmentY value = (AlignmentY) valueObject;
return (value == AlignmentY.Top) ||
(value == AlignmentY.Center) ||
(value == AlignmentY.Bottom);
}
}
}
// 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
- DebugView.cs
- XmlLanguageConverter.cs
- NativeMethods.cs
- SignatureToken.cs
- XPathParser.cs
- ContainerTracking.cs
- CodeIterationStatement.cs
- MonthCalendar.cs
- AsyncResult.cs
- PublisherMembershipCondition.cs
- DynamicRenderer.cs
- WebPartRestoreVerb.cs
- DescriptionAttribute.cs
- OciLobLocator.cs
- XmlDigitalSignatureProcessor.cs
- PointConverter.cs
- HierarchicalDataBoundControl.cs
- DataGridBeginningEditEventArgs.cs
- serverconfig.cs
- DesignerView.cs
- DataFieldConverter.cs
- CodeLinePragma.cs
- HtmlAnchor.cs
- SerializationSectionGroup.cs
- SQLBoolean.cs
- QilReplaceVisitor.cs
- ChameleonKey.cs
- EncoderNLS.cs
- ScalarOps.cs
- PeerInvitationResponse.cs
- dbdatarecord.cs
- DynamicExpression.cs
- DataFormats.cs
- ImageAnimator.cs
- TrackBarRenderer.cs
- EditingScope.cs
- ToolStripLabel.cs
- XPathPatternParser.cs
- Point3DCollection.cs
- RoutingUtilities.cs
- NavigationWindow.cs
- ThreadWorkerController.cs
- DataGridTableCollection.cs
- ContractValidationHelper.cs
- ACL.cs
- SerializationHelper.cs
- NamedPipeHostedTransportConfiguration.cs
- ItemContainerProviderWrapper.cs
- Ref.cs
- SectionUpdates.cs
- UInt16Converter.cs
- PathStreamGeometryContext.cs
- PropertyPathConverter.cs
- ObfuscationAttribute.cs
- BlockCollection.cs
- Funcletizer.cs
- Point4DConverter.cs
- BrowserDefinitionCollection.cs
- ProxyWebPart.cs
- SRGSCompiler.cs
- ThreadStateException.cs
- Speller.cs
- DetailsView.cs
- FileAuthorizationModule.cs
- ProfilePropertySettings.cs
- SchemaElementLookUpTable.cs
- HttpException.cs
- DataGridViewRowStateChangedEventArgs.cs
- MetadataArtifactLoaderFile.cs
- LinkArea.cs
- HTTPNotFoundHandler.cs
- EditingCoordinator.cs
- TrustExchangeException.cs
- OpacityConverter.cs
- TextPointer.cs
- DynamicRendererThreadManager.cs
- SecureStringHasher.cs
- CodeDomDesignerLoader.cs
- DataGridViewCellConverter.cs
- HttpConfigurationSystem.cs
- FormClosingEvent.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- NegotiateStream.cs
- Pen.cs
- HtmlInputText.cs
- DbMetaDataColumnNames.cs
- ModelPerspective.cs
- sqlinternaltransaction.cs
- Random.cs
- WindowsAuthenticationEventArgs.cs
- DataGridViewTopLeftHeaderCell.cs
- PageAsyncTask.cs
- Types.cs
- XmlExtensionFunction.cs
- FileDataSourceCache.cs
- SamlAuthorizationDecisionClaimResource.cs
- TypeSystemHelpers.cs
- mongolianshape.cs
- DeclaredTypeValidatorAttribute.cs
- TextAdaptor.cs