Code:
/ 4.0 / 4.0 / 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. //---------------------------------------------------------------------------- // //// 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
- HtmlPhoneCallAdapter.cs
- AppSettingsReader.cs
- DockProviderWrapper.cs
- EmptyEnumerator.cs
- ToolBarButton.cs
- ToolStripGripRenderEventArgs.cs
- StackOverflowException.cs
- Attachment.cs
- Point4DConverter.cs
- FileNotFoundException.cs
- SpecialNameAttribute.cs
- BoundPropertyEntry.cs
- ObjectConverter.cs
- XmlToDatasetMap.cs
- TextBoxAutomationPeer.cs
- PointLightBase.cs
- CodeMethodMap.cs
- RemoveStoryboard.cs
- DummyDataSource.cs
- ManifestResourceInfo.cs
- SplitterPanel.cs
- TablePattern.cs
- InputDevice.cs
- VSWCFServiceContractGenerator.cs
- UnitySerializationHolder.cs
- PropertyConverter.cs
- TargetControlTypeCache.cs
- XmlLoader.cs
- PointHitTestResult.cs
- Rules.cs
- GAC.cs
- ProtocolsConfigurationEntry.cs
- ExceptionValidationRule.cs
- ViewCellRelation.cs
- CodeDomConfigurationHandler.cs
- PathParser.cs
- MobileControl.cs
- ErrorsHelper.cs
- OdbcEnvironment.cs
- linebase.cs
- ImportContext.cs
- FontStyle.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- XmlSerializationReader.cs
- ConfigurationElementProperty.cs
- XmlDictionaryReaderQuotasElement.cs
- ClientScriptManagerWrapper.cs
- ProfilePropertyMetadata.cs
- TableCellCollection.cs
- CompilerWrapper.cs
- WeakHashtable.cs
- CultureSpecificCharacterBufferRange.cs
- PEFileReader.cs
- MobileControlsSectionHandler.cs
- TextEditorCharacters.cs
- XmlSchemaCollection.cs
- RecordsAffectedEventArgs.cs
- RelationshipFixer.cs
- PerformanceCounterPermissionEntryCollection.cs
- PropertyToken.cs
- TextDecorations.cs
- UnsafePeerToPeerMethods.cs
- HttpPostedFile.cs
- CompilerGeneratedAttribute.cs
- NameSpaceExtractor.cs
- UnsafeNativeMethods.cs
- AppLevelCompilationSectionCache.cs
- WindowsSysHeader.cs
- MethodCallConverter.cs
- PolicyChain.cs
- CodeTypeParameterCollection.cs
- WebReferencesBuildProvider.cs
- HandlerFactoryWrapper.cs
- NullableLongMinMaxAggregationOperator.cs
- figurelength.cs
- TabControlCancelEvent.cs
- DataColumn.cs
- XPathDocumentBuilder.cs
- TaskFactory.cs
- ComAdminInterfaces.cs
- InfoCardTrace.cs
- RubberbandSelector.cs
- XmlNamespaceDeclarationsAttribute.cs
- BaseCollection.cs
- CodeIdentifiers.cs
- CheckBoxField.cs
- TemplateXamlParser.cs
- EventLogRecord.cs
- InputLanguage.cs
- FontResourceCache.cs
- DBConnection.cs
- ScrollableControl.cs
- DetailsViewInsertedEventArgs.cs
- XmlLanguageConverter.cs
- FontCollection.cs
- InkCanvas.cs
- DBSqlParserTableCollection.cs
- TypeToArgumentTypeConverter.cs
- DelimitedListTraceListener.cs
- ToolStripMenuItem.cs