Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Shared / MS / Internal / Generated / TextDecorationLocationValidation.cs / 1 / 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
- ValidatedControlConverter.cs
- MappingItemCollection.cs
- ACL.cs
- FixUpCollection.cs
- DataBindingHandlerAttribute.cs
- DataBinding.cs
- MULTI_QI.cs
- OdbcPermission.cs
- FacetChecker.cs
- KerberosSecurityTokenAuthenticator.cs
- ExpressionCopier.cs
- MessageQueueTransaction.cs
- ImageListStreamer.cs
- QuestionEventArgs.cs
- ControlPropertyNameConverter.cs
- ResourceWriter.cs
- Error.cs
- SqlVersion.cs
- SecurityTokenValidationException.cs
- CircleHotSpot.cs
- Assert.cs
- SapiRecognizer.cs
- SoapObjectInfo.cs
- RelationshipType.cs
- LogRecordSequence.cs
- DataGridViewAdvancedBorderStyle.cs
- StrongBox.cs
- ParameterCollection.cs
- SequentialOutput.cs
- StylusPointProperty.cs
- TemplateManager.cs
- DeflateStream.cs
- GeometryCombineModeValidation.cs
- ExpressionLink.cs
- XmlNodeList.cs
- DefinitionUpdate.cs
- DrawingGroup.cs
- VolatileEnlistmentMultiplexing.cs
- MessageEncoder.cs
- XPathMessageFilterTable.cs
- NavigationCommands.cs
- DragDrop.cs
- XsltFunctions.cs
- ServiceModelDictionary.cs
- EncryptedType.cs
- RowToParametersTransformer.cs
- HashAlgorithm.cs
- KnownBoxes.cs
- URI.cs
- DynamicObjectAccessor.cs
- SystemResourceHost.cs
- GPRECTF.cs
- SelectionRange.cs
- SHA512Managed.cs
- XPathDocumentNavigator.cs
- URLIdentityPermission.cs
- Root.cs
- DebugView.cs
- EntityKeyElement.cs
- MtomMessageEncodingElement.cs
- Point3DCollectionConverter.cs
- DesignerCalendarAdapter.cs
- Claim.cs
- CollectionEditorDialog.cs
- SettingsPropertyIsReadOnlyException.cs
- HttpClientCertificate.cs
- AnnotationAuthorChangedEventArgs.cs
- DateTimePicker.cs
- TextBoxLine.cs
- SmtpAuthenticationManager.cs
- SubpageParaClient.cs
- CompilerGeneratedAttribute.cs
- DbDataRecord.cs
- XmlCountingReader.cs
- InputScopeNameConverter.cs
- Coordinator.cs
- CustomBindingCollectionElement.cs
- DocumentViewerConstants.cs
- CellConstant.cs
- PropertyInformationCollection.cs
- FlowDocumentView.cs
- UnmanagedBitmapWrapper.cs
- XmlDataProvider.cs
- ListCollectionView.cs
- SessionStateUtil.cs
- TextElementEnumerator.cs
- ExceptionUtil.cs
- Documentation.cs
- NotFiniteNumberException.cs
- TextRangeBase.cs
- DateTimeConverter2.cs
- MaskedTextBoxDesignerActionList.cs
- PolicyLevel.cs
- EmbeddedMailObject.cs
- VisualCollection.cs
- Vector3dCollection.cs
- XmlnsDictionary.cs
- TextWriterTraceListener.cs
- ToolStripItemRenderEventArgs.cs
- NavigateEvent.cs