Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Shared / MS / Internal / Generated / PenLineJoinValidation.cs / 1 / PenLineJoinValidation.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. // //--------------------------------------------------------------------------- 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 IsPenLineJoinValid(object valueObject) { PenLineJoin value = (PenLineJoin) valueObject; return (value == PenLineJoin.Miter) || (value == PenLineJoin.Bevel) || (value == PenLineJoin.Round); } } } // 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
- XmlSchema.cs
- Repeater.cs
- MappedMetaModel.cs
- DataTableMappingCollection.cs
- WebPartCloseVerb.cs
- TemplateBindingExpressionConverter.cs
- StandardCommandToolStripMenuItem.cs
- NamedPipeProcessProtocolHandler.cs
- EntityConnection.cs
- InitialServerConnectionReader.cs
- DtcInterfaces.cs
- FormsAuthenticationConfiguration.cs
- DataException.cs
- HandleTable.cs
- CancellationTokenRegistration.cs
- HintTextMaxWidthConverter.cs
- SqlInternalConnection.cs
- SafeNativeMethodsOther.cs
- CollectionBuilder.cs
- ConfigXmlComment.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- ReadOnlyMetadataCollection.cs
- SQLRoleProvider.cs
- EntryIndex.cs
- SqlDependency.cs
- COM2EnumConverter.cs
- PartialCachingControl.cs
- ByteStreamMessageEncoder.cs
- CommandManager.cs
- CreateUserWizardStep.cs
- RegexInterpreter.cs
- D3DImage.cs
- ResourceContainerWrapper.cs
- SEHException.cs
- UpdateEventArgs.cs
- RegisteredHiddenField.cs
- Rijndael.cs
- TiffBitmapEncoder.cs
- PointCollectionConverter.cs
- GridViewUpdateEventArgs.cs
- StorageModelBuildProvider.cs
- MatrixAnimationUsingPath.cs
- UnionExpr.cs
- StyleXamlTreeBuilder.cs
- _ContextAwareResult.cs
- BoundColumn.cs
- TypeUtils.cs
- StopStoryboard.cs
- ExtensionSimplifierMarkupObject.cs
- EntityDataSourceContextCreatedEventArgs.cs
- HttpProcessUtility.cs
- SqlDependencyListener.cs
- BufferModeSettings.cs
- PriorityRange.cs
- DiscreteKeyFrames.cs
- Repeater.cs
- TypedTableBase.cs
- SimplePropertyEntry.cs
- IisTraceListener.cs
- BuildProvider.cs
- TripleDESCryptoServiceProvider.cs
- CreateBookmarkScope.cs
- IntSecurity.cs
- RelationshipWrapper.cs
- _BasicClient.cs
- WebRequest.cs
- WebSysDescriptionAttribute.cs
- GiveFeedbackEventArgs.cs
- HtmlWindowCollection.cs
- ToolStripSettings.cs
- LinkUtilities.cs
- Vector3DValueSerializer.cs
- KeyNotFoundException.cs
- VolatileEnlistmentMultiplexing.cs
- CodeIdentifiers.cs
- OptimizerPatterns.cs
- AxHostDesigner.cs
- CalendarButton.cs
- control.ime.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- GeneralTransform3D.cs
- WindowsFormsDesignerOptionService.cs
- UnsafeNativeMethods.cs
- DataKey.cs
- Timeline.cs
- ScriptServiceAttribute.cs
- RegexMatchCollection.cs
- ConsoleKeyInfo.cs
- DebugView.cs
- DeclarativeConditionsCollection.cs
- ObjectHelper.cs
- PrintDocument.cs
- ZipIOExtraFieldZip64Element.cs
- AnimationTimeline.cs
- XmlSchemaAnnotation.cs
- CodeGenerator.cs
- Select.cs
- ObjRef.cs
- DbConnectionFactory.cs
- JsonGlobals.cs