Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Shared / MS / Internal / Generated / EdgeProfileValidation.cs / 1 / EdgeProfileValidation.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // This file was generated, please do not edit it directly. // // Please see [....]/default.aspx/Microsoft.Projects.Avalon/MilCodeGen.html for more information. // //--------------------------------------------------------------------------- #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.Effects { 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 IsEdgeProfileValid(object valueObject) { EdgeProfile value = (EdgeProfile) valueObject; return (value == EdgeProfile.Linear) || (value == EdgeProfile.CurvedIn) || (value == EdgeProfile.CurvedOut) || (value == EdgeProfile.BulgedUp); } } } // 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
- ComplexLine.cs
- DesignBindingPropertyDescriptor.cs
- QilInvokeEarlyBound.cs
- AsyncCompletedEventArgs.cs
- ObjectReaderCompiler.cs
- WebServiceHandler.cs
- AesCryptoServiceProvider.cs
- XPathNodeHelper.cs
- SqlConnectionManager.cs
- Matrix.cs
- TreeViewItem.cs
- MessageQueuePermissionEntryCollection.cs
- TableProviderWrapper.cs
- BasicHttpSecurityMode.cs
- FilePresentation.cs
- FormParameter.cs
- ModelUIElement3D.cs
- AdRotator.cs
- CodeSnippetCompileUnit.cs
- ConfigXmlComment.cs
- Message.cs
- HyperLinkDataBindingHandler.cs
- OleDbConnectionFactory.cs
- BufferModesCollection.cs
- HostedHttpTransportManager.cs
- DeferredTextReference.cs
- CodeLabeledStatement.cs
- FlowThrottle.cs
- XsdDateTime.cs
- FontFamilyIdentifier.cs
- DataGridTablesFactory.cs
- TabControl.cs
- ZipFileInfoCollection.cs
- XPathDocumentBuilder.cs
- counter.cs
- AutomationFocusChangedEventArgs.cs
- CultureInfoConverter.cs
- MediaTimeline.cs
- ReturnEventArgs.cs
- VerificationException.cs
- AssemblyAssociatedContentFileAttribute.cs
- PageParser.cs
- OptimalBreakSession.cs
- FixedPosition.cs
- HtmlElement.cs
- DefaultExpression.cs
- TCEAdapterGenerator.cs
- DefaultSection.cs
- HtmlInputSubmit.cs
- XmlWrappingReader.cs
- IssuedTokenClientBehaviorsElementCollection.cs
- SequentialUshortCollection.cs
- OdbcUtils.cs
- XmlSchemaException.cs
- FlowDocumentReader.cs
- CodeTypeOfExpression.cs
- AddressHeader.cs
- DataBinder.cs
- ObjectAnimationUsingKeyFrames.cs
- MetadataWorkspace.cs
- DecimalKeyFrameCollection.cs
- CurrencyWrapper.cs
- Rectangle.cs
- OleAutBinder.cs
- RoutedPropertyChangedEventArgs.cs
- JsonFormatWriterGenerator.cs
- StrongTypingException.cs
- ResXFileRef.cs
- XMLSyntaxException.cs
- Logging.cs
- BaseHashHelper.cs
- ContextInformation.cs
- TimeZoneNotFoundException.cs
- MergeLocalizationDirectives.cs
- MailWebEventProvider.cs
- GlyphShapingProperties.cs
- TagElement.cs
- ServiceDesigner.xaml.cs
- DrawingCollection.cs
- TableRowsCollectionEditor.cs
- SchemaEntity.cs
- GridViewCommandEventArgs.cs
- TableCell.cs
- ToolStripDropTargetManager.cs
- StdValidatorsAndConverters.cs
- OrderedDictionary.cs
- MaterializeFromAtom.cs
- QuaternionKeyFrameCollection.cs
- InkCanvasSelection.cs
- CustomAttributeFormatException.cs
- MediaElement.cs
- MediaPlayer.cs
- PageParser.cs
- DbConnectionPoolGroup.cs
- InvalidAsynchronousStateException.cs
- ButtonBase.cs
- ShapeTypeface.cs
- PersonalizablePropertyEntry.cs
- QueryOptionExpression.cs
- WindowsGraphicsWrapper.cs