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
- ScalarConstant.cs
- PasswordRecoveryDesigner.cs
- ReachDocumentReferenceSerializer.cs
- PenLineCapValidation.cs
- SendActivityDesigner.cs
- ItemCollection.cs
- _OverlappedAsyncResult.cs
- ColumnTypeConverter.cs
- _RequestCacheProtocol.cs
- XmlImplementation.cs
- PropertyMappingExceptionEventArgs.cs
- RecognitionEventArgs.cs
- PenThreadWorker.cs
- SQLDateTime.cs
- _ListenerAsyncResult.cs
- AttachInfo.cs
- QueuedDeliveryRequirementsMode.cs
- MexServiceChannelBuilder.cs
- PartialList.cs
- DoubleLinkListEnumerator.cs
- RMPublishingDialog.cs
- RoutedPropertyChangedEventArgs.cs
- MenuItemAutomationPeer.cs
- AtlasWeb.Designer.cs
- SimpleWorkerRequest.cs
- HttpStreamMessage.cs
- TreeNodeBinding.cs
- WebPartVerbsEventArgs.cs
- XPathMessageFilter.cs
- FlowchartDesignerCommands.cs
- PerformanceCountersElement.cs
- PropertyDescriptor.cs
- SamlSerializer.cs
- CodeDomConfigurationHandler.cs
- QilInvokeEarlyBound.cs
- FeatureSupport.cs
- CodeDomExtensionMethods.cs
- DoubleSumAggregationOperator.cs
- GradientStopCollection.cs
- LinearGradientBrush.cs
- DbParameterCollectionHelper.cs
- NavigatorOutput.cs
- RegexMatchCollection.cs
- ReachFixedDocumentSerializerAsync.cs
- TransformerInfoCollection.cs
- DependencyObjectType.cs
- TypeBrowserDialog.cs
- ZoneLinkButton.cs
- ObjectPropertyMapping.cs
- InputBinding.cs
- DataGridPagingPage.cs
- DocumentViewerConstants.cs
- odbcmetadatacollectionnames.cs
- SignatureConfirmationElement.cs
- ConfigXmlDocument.cs
- NetStream.cs
- MissingSatelliteAssemblyException.cs
- ImageDrawing.cs
- StylusSystemGestureEventArgs.cs
- SafeCryptHandles.cs
- BuildProvider.cs
- IdentifierService.cs
- RuntimeHelpers.cs
- elementinformation.cs
- StylusDevice.cs
- TextRangeSerialization.cs
- BrushValueSerializer.cs
- SqlProviderUtilities.cs
- BaseProcessor.cs
- CustomAttribute.cs
- GZipUtils.cs
- Color.cs
- DocumentGrid.cs
- ByteStack.cs
- InheritanceAttribute.cs
- TrackingMemoryStream.cs
- Column.cs
- Exceptions.cs
- EntityContainerEntitySetDefiningQuery.cs
- ResourceProviderFactory.cs
- PartialCachingAttribute.cs
- QilXmlWriter.cs
- GcSettings.cs
- DataTemplate.cs
- DataGridViewControlCollection.cs
- FileDialog_Vista_Interop.cs
- UnknownWrapper.cs
- TextRange.cs
- StoragePropertyMapping.cs
- MimeMapping.cs
- initElementDictionary.cs
- XmlDataContract.cs
- DocumentXPathNavigator.cs
- RectIndependentAnimationStorage.cs
- InternalConfigConfigurationFactory.cs
- RoleGroup.cs
- DataGridHeadersVisibilityToVisibilityConverter.cs
- SqlUnionizer.cs
- HttpConfigurationContext.cs
- CodeCompileUnit.cs