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
- OdbcConnectionHandle.cs
- MasterPage.cs
- HwndStylusInputProvider.cs
- WorkflowApplicationAbortedException.cs
- X509ImageLogo.cs
- CreatingCookieEventArgs.cs
- TextElementEditingBehaviorAttribute.cs
- MSG.cs
- WebPartEditorOkVerb.cs
- mediaeventargs.cs
- CodeMemberField.cs
- Debugger.cs
- ParameterCollection.cs
- MediaElementAutomationPeer.cs
- WebConvert.cs
- ToolStripPanel.cs
- ProcessInfo.cs
- WebBrowserNavigatingEventHandler.cs
- IndicFontClient.cs
- __TransparentProxy.cs
- DataGridViewCellCollection.cs
- View.cs
- WindowsUserNameSecurityTokenAuthenticator.cs
- XmlWrappingWriter.cs
- XmlSchemaObjectTable.cs
- ZipIOExtraFieldPaddingElement.cs
- IPAddressCollection.cs
- CallSiteHelpers.cs
- StrongNamePublicKeyBlob.cs
- _NTAuthentication.cs
- PartitionResolver.cs
- DirectionalLight.cs
- HtmlString.cs
- Root.cs
- TreeNodeSelectionProcessor.cs
- DataGridDesigner.cs
- IListConverters.cs
- RowParagraph.cs
- CheckPair.cs
- XmlSchemaAnyAttribute.cs
- Brush.cs
- Binding.cs
- grammarelement.cs
- FileLogRecordStream.cs
- IdentityManager.cs
- EntityContainerRelationshipSet.cs
- assemblycache.cs
- SafeFileMappingHandle.cs
- DataControlButton.cs
- XmlUTF8TextReader.cs
- PersonalizationStateInfo.cs
- UrlPropertyAttribute.cs
- GenerateHelper.cs
- CounterCreationDataCollection.cs
- FixedSOMTableRow.cs
- VectorAnimationBase.cs
- SystemIPAddressInformation.cs
- InkCanvasSelection.cs
- DecimalConverter.cs
- Material.cs
- nulltextnavigator.cs
- HierarchicalDataSourceDesigner.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- ImageSource.cs
- ToolBarPanel.cs
- DesignerResources.cs
- SqlErrorCollection.cs
- RepeatBehaviorConverter.cs
- XmlHierarchicalEnumerable.cs
- XmlSchemaAttribute.cs
- StringInfo.cs
- ColorComboBox.cs
- PersonalizablePropertyEntry.cs
- UdpConstants.cs
- SchemaImporterExtensionElementCollection.cs
- ThousandthOfEmRealDoubles.cs
- ToggleButton.cs
- ClientScriptManager.cs
- Panel.cs
- XmlReflectionImporter.cs
- FormView.cs
- TextBoxBase.cs
- WorkerRequest.cs
- WindowPatternIdentifiers.cs
- VSWCFServiceContractGenerator.cs
- SubMenuStyleCollection.cs
- CollectionChangeEventArgs.cs
- DataGridCaption.cs
- ResourceReader.cs
- Attributes.cs
- FixedSOMElement.cs
- QueryResult.cs
- DataGridViewAutoSizeModeEventArgs.cs
- CapiNative.cs
- PermissionToken.cs
- SettingsAttributeDictionary.cs
- LoadWorkflowCommand.cs
- WebPartConnectionsCancelVerb.cs
- BindingMAnagerBase.cs
- MetadataSerializer.cs