Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / 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 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 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. //---------------------------------------------------------------------------- // //// 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 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
- ColumnHeader.cs
- ExecutionEngineException.cs
- GZipDecoder.cs
- XmlCompatibilityReader.cs
- DiscoveryDocumentReference.cs
- XmlSecureResolver.cs
- PixelShader.cs
- SqlDataSourceCache.cs
- WebPartMovingEventArgs.cs
- ToolStripRenderer.cs
- InputScopeAttribute.cs
- __Filters.cs
- SystemNetworkInterface.cs
- ToolBar.cs
- UITypeEditor.cs
- DiagnosticsConfigurationHandler.cs
- NotSupportedException.cs
- EntityClientCacheKey.cs
- QuotedPrintableStream.cs
- ErrorView.xaml.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- ApplicationFileParser.cs
- EventDescriptor.cs
- SourceFileBuildProvider.cs
- GestureRecognizer.cs
- AssemblyAssociatedContentFileAttribute.cs
- FaultPropagationQuery.cs
- Rotation3D.cs
- TextParagraphProperties.cs
- SymbolDocumentGenerator.cs
- NavigationService.cs
- EdmProviderManifest.cs
- CollectionViewGroup.cs
- SettingsProperty.cs
- ComponentEvent.cs
- ColorMatrix.cs
- PrinterResolution.cs
- BitmapEffectDrawing.cs
- MultiTrigger.cs
- MediaPlayerState.cs
- HttpFileCollection.cs
- CommonObjectSecurity.cs
- VoiceChangeEventArgs.cs
- TextProperties.cs
- BuildProvidersCompiler.cs
- ChineseLunisolarCalendar.cs
- GcHandle.cs
- InfoCard.cs
- DataListItemCollection.cs
- DragDeltaEventArgs.cs
- TextTreeUndoUnit.cs
- XmlILModule.cs
- TextBlock.cs
- LinkClickEvent.cs
- EncryptedData.cs
- XmlSchemaObject.cs
- TextTreeInsertUndoUnit.cs
- DataGridViewBindingCompleteEventArgs.cs
- DashStyle.cs
- SafeFileHandle.cs
- Themes.cs
- CommittableTransaction.cs
- Label.cs
- DragStartedEventArgs.cs
- UriExt.cs
- UIElementAutomationPeer.cs
- CustomValidator.cs
- Msec.cs
- ConfigurationStrings.cs
- DemultiplexingDispatchMessageFormatter.cs
- FontFamilyConverter.cs
- Win32.cs
- SQLResource.cs
- Environment.cs
- Intellisense.cs
- VolatileEnlistmentMultiplexing.cs
- TextAdaptor.cs
- bidPrivateBase.cs
- WebMessageEncoderFactory.cs
- TrackingCondition.cs
- ParallelLoopState.cs
- WebInvokeAttribute.cs
- DbConnectionPoolGroupProviderInfo.cs
- XmlSchemaSet.cs
- DetailsViewInsertEventArgs.cs
- RuntimeHandles.cs
- SslStreamSecurityElement.cs
- TaskSchedulerException.cs
- SiteMembershipCondition.cs
- DataFormats.cs
- DbLambda.cs
- DataGridColumnCollection.cs
- RubberbandSelector.cs
- HtmlSelect.cs
- HotCommands.cs
- DataControlField.cs
- RSACryptoServiceProvider.cs
- ObjectStorage.cs
- HostSecurityManager.cs
- PixelShader.cs