Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Shared / MS / Internal / Generated / SweepDirectionValidation.cs / 1 / SweepDirectionValidation.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 IsSweepDirectionValid(object valueObject) { SweepDirection value = (SweepDirection) valueObject; return (value == SweepDirection.Counterclockwise) || (value == SweepDirection.Clockwise); } } } // 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 IsSweepDirectionValid(object valueObject) { SweepDirection value = (SweepDirection) valueObject; return (value == SweepDirection.Counterclockwise) || (value == SweepDirection.Clockwise); } } } // 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
- BatchParser.cs
- ReadOnlyAttribute.cs
- ConfigurationValidatorAttribute.cs
- PeerSecurityManager.cs
- DataGridViewBindingCompleteEventArgs.cs
- SelectionUIHandler.cs
- PassportAuthenticationEventArgs.cs
- RoleGroupCollection.cs
- TabPanel.cs
- HealthMonitoringSection.cs
- CorrelationQuery.cs
- TextFormatterImp.cs
- ErrorCodes.cs
- SolidColorBrush.cs
- KnownTypes.cs
- ProxyFragment.cs
- DiscoveryInnerClientManaged11.cs
- WorkflowDurableInstance.cs
- FormatConvertedBitmap.cs
- HijriCalendar.cs
- XmlCollation.cs
- KeysConverter.cs
- PassportAuthentication.cs
- CryptographicAttribute.cs
- ReachObjectContext.cs
- Int64KeyFrameCollection.cs
- TypeCollectionDesigner.xaml.cs
- LingerOption.cs
- GeometryGroup.cs
- DependencyProperty.cs
- SafeBuffer.cs
- MessageUtil.cs
- MsmqTransportSecurityElement.cs
- SpellerHighlightLayer.cs
- XPathNodeInfoAtom.cs
- ComplexPropertyEntry.cs
- DataMisalignedException.cs
- ipaddressinformationcollection.cs
- RequestCachingSection.cs
- ComboBoxRenderer.cs
- DesignerTransactionCloseEvent.cs
- WebScriptMetadataMessage.cs
- EndpointDiscoveryMetadata.cs
- OleCmdHelper.cs
- SqlMethodAttribute.cs
- KerberosReceiverSecurityToken.cs
- InputScopeManager.cs
- DictionaryEntry.cs
- ToolTip.cs
- WorkflowDesignerColors.cs
- FontStyles.cs
- TemplateManager.cs
- Point4D.cs
- ContextTokenTypeConverter.cs
- PeerPresenceInfo.cs
- DesignerSerializerAttribute.cs
- CachedPathData.cs
- Comparer.cs
- XNodeValidator.cs
- LocalizedNameDescriptionPair.cs
- PrintingPermissionAttribute.cs
- ReferencedAssembly.cs
- URL.cs
- MessageSecurityOverHttp.cs
- DataListItemEventArgs.cs
- WpfKnownType.cs
- safelinkcollection.cs
- BaseCollection.cs
- OLEDB_Util.cs
- TypeGeneratedEventArgs.cs
- WebDisplayNameAttribute.cs
- XpsSerializerFactory.cs
- AuthStoreRoleProvider.cs
- XhtmlTextWriter.cs
- XmlSecureResolver.cs
- CompareInfo.cs
- InternalCache.cs
- EntityCommandExecutionException.cs
- HandlerFactoryWrapper.cs
- StringUtil.cs
- ExternalDataExchangeService.cs
- WindowsStatusBar.cs
- XsltInput.cs
- XmlDocumentFragment.cs
- FormViewPageEventArgs.cs
- Literal.cs
- EmptyStringExpandableObjectConverter.cs
- TraceHandlerErrorFormatter.cs
- DesignerVerb.cs
- IndexedGlyphRun.cs
- CredentialCache.cs
- FixedSOMGroup.cs
- SafeSecurityHelper.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- XdrBuilder.cs
- WebPartManager.cs
- ContentValidator.cs
- DataGridLengthConverter.cs
- TextBlock.cs
- Rfc2898DeriveBytes.cs