Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Shared / MS / Internal / Generated / PenLineCapValidation.cs / 1 / PenLineCapValidation.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 IsPenLineCapValid(object valueObject) { PenLineCap value = (PenLineCap) valueObject; return (value == PenLineCap.Flat) || (value == PenLineCap.Square) || (value == PenLineCap.Round) || (value == PenLineCap.Triangle); } } } // 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 IsPenLineCapValid(object valueObject) { PenLineCap value = (PenLineCap) valueObject; return (value == PenLineCap.Flat) || (value == PenLineCap.Square) || (value == PenLineCap.Round) || (value == PenLineCap.Triangle); } } } // 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
- ApplicationProxyInternal.cs
- ChildrenQuery.cs
- SynchronizingStream.cs
- SynchronizingStream.cs
- SerTrace.cs
- BitmapSourceSafeMILHandle.cs
- ListSortDescription.cs
- Visual.cs
- IList.cs
- ParameterModifier.cs
- Win32.cs
- XmlSchemaSet.cs
- WpfSharedBamlSchemaContext.cs
- ConsoleCancelEventArgs.cs
- Behavior.cs
- SoapAttributes.cs
- ResourceWriter.cs
- LedgerEntry.cs
- DomainLiteralReader.cs
- RelationshipSet.cs
- HtmlTernaryTree.cs
- ExpressionEditorAttribute.cs
- CodeTypeOfExpression.cs
- SimpleHandlerBuildProvider.cs
- Win32.cs
- InvokePattern.cs
- ProcessRequestAsyncResult.cs
- BooleanExpr.cs
- TextViewSelectionProcessor.cs
- ConnectionStringSettingsCollection.cs
- AuthorizationSection.cs
- CompositionTarget.cs
- VectorValueSerializer.cs
- HostedElements.cs
- GridEntry.cs
- HtmlWindowCollection.cs
- SqlIdentifier.cs
- DeclarationUpdate.cs
- ArgumentNullException.cs
- BoundsDrawingContextWalker.cs
- DataTransferEventArgs.cs
- XmlSchemaParticle.cs
- HostingEnvironmentException.cs
- PropertyPath.cs
- XamlStackWriter.cs
- EntityViewGenerationConstants.cs
- SegmentInfo.cs
- ResourceDictionaryCollection.cs
- MappingSource.cs
- Parameter.cs
- EncodingInfo.cs
- WaitHandle.cs
- EdmPropertyAttribute.cs
- PublisherMembershipCondition.cs
- SID.cs
- FatalException.cs
- SqlSelectClauseBuilder.cs
- SoapWriter.cs
- HttpCapabilitiesEvaluator.cs
- AnonymousIdentificationSection.cs
- Internal.cs
- ProfileEventArgs.cs
- QueryAsyncResult.cs
- PagesChangedEventArgs.cs
- XsltCompileContext.cs
- ConnectionStringsExpressionBuilder.cs
- ExistsInCollection.cs
- ConnectionOrientedTransportManager.cs
- Literal.cs
- StrongNameIdentityPermission.cs
- TickBar.cs
- ClientTargetSection.cs
- EventHandlerList.cs
- Button.cs
- Module.cs
- PersonalizationEntry.cs
- _AuthenticationState.cs
- DateTimeStorage.cs
- SafeFileMapViewHandle.cs
- LineGeometry.cs
- VarRefManager.cs
- DetailsViewInsertedEventArgs.cs
- FormClosedEvent.cs
- XmlByteStreamReader.cs
- MergePropertyDescriptor.cs
- ToolStripDropTargetManager.cs
- SrgsNameValueTag.cs
- OrderByLifter.cs
- SettingsSection.cs
- GlobalizationAssembly.cs
- HttpConfigurationSystem.cs
- Type.cs
- EventLogPermissionEntry.cs
- NotifyParentPropertyAttribute.cs
- JoinSymbol.cs
- WebPartActionVerb.cs
- FontFamilyIdentifier.cs
- DataGridViewMethods.cs
- SelectionChangedEventArgs.cs
- TextLine.cs