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
- DataColumn.cs
- DataGridViewCellParsingEventArgs.cs
- ToolStripSettings.cs
- ExtensibleClassFactory.cs
- InstancePersistence.cs
- FileInfo.cs
- FormConverter.cs
- UriExt.cs
- HashHelper.cs
- EtwTrace.cs
- WebBaseEventKeyComparer.cs
- MouseGesture.cs
- ListViewCommandEventArgs.cs
- AnnotationComponentChooser.cs
- ViewStateModeByIdAttribute.cs
- Transform3DGroup.cs
- ActivityCollectionMarkupSerializer.cs
- Matrix3DValueSerializer.cs
- IsolatedStorageFileStream.cs
- DataSourceHelper.cs
- WriteFileContext.cs
- SynchronizationContext.cs
- CDSsyncETWBCLProvider.cs
- MDIWindowDialog.cs
- ImageCodecInfoPrivate.cs
- ListViewItem.cs
- sqlser.cs
- PeerEndPoint.cs
- InfoCardServiceInstallComponent.cs
- CompiledIdentityConstraint.cs
- NameValuePermission.cs
- DecimalStorage.cs
- WebPartMovingEventArgs.cs
- ProfileSettingsCollection.cs
- SecurityException.cs
- CompatibleComparer.cs
- BoundField.cs
- UnsafeNativeMethods.cs
- ObjectComplexPropertyMapping.cs
- InstanceDataCollectionCollection.cs
- ITreeGenerator.cs
- ColorAnimation.cs
- EndpointBehaviorElementCollection.cs
- TextEditorSpelling.cs
- HttpConfigurationContext.cs
- BitmapFrame.cs
- TimeSpan.cs
- DataGridRow.cs
- TextEmbeddedObject.cs
- Descriptor.cs
- ResourceAssociationTypeEnd.cs
- DynamicMethod.cs
- WebCategoryAttribute.cs
- WhitespaceRuleLookup.cs
- SignedXml.cs
- SiteMapNodeItem.cs
- DiscardableAttribute.cs
- RepeaterItem.cs
- TextTreeTextElementNode.cs
- listitem.cs
- ReadOnlyObservableCollection.cs
- XmlElement.cs
- SerializationEventsCache.cs
- TransformProviderWrapper.cs
- FixedSOMTextRun.cs
- SizeAnimation.cs
- NavigatingCancelEventArgs.cs
- ParallelTimeline.cs
- SHA256.cs
- SmtpNegotiateAuthenticationModule.cs
- MissingFieldException.cs
- EntityContainerRelationshipSet.cs
- AuthenticationService.cs
- LayoutSettings.cs
- OutputCacheProfile.cs
- CharacterMetricsDictionary.cs
- LogicalCallContext.cs
- PrinterResolution.cs
- Interop.cs
- LockedActivityGlyph.cs
- TogglePattern.cs
- SoapSchemaMember.cs
- ConnectionPoint.cs
- WebPartsSection.cs
- IIS7UserPrincipal.cs
- webproxy.cs
- Constraint.cs
- TraceAsyncResult.cs
- Globals.cs
- DataRelationPropertyDescriptor.cs
- Pkcs7Recipient.cs
- TextCollapsingProperties.cs
- DesignerPerfEventProvider.cs
- Vector3DKeyFrameCollection.cs
- HybridDictionary.cs
- ClientConfigPaths.cs
- ObjectQueryProvider.cs
- GridViewColumnHeaderAutomationPeer.cs
- HttpGetClientProtocol.cs
- HierarchicalDataBoundControlAdapter.cs