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
- UdpConstants.cs
- ConnectionDemuxer.cs
- XmlBinaryReader.cs
- MsmqHostedTransportConfiguration.cs
- XmlRawWriterWrapper.cs
- DataGridViewColumnConverter.cs
- SamlAction.cs
- DummyDataSource.cs
- DateTimeAutomationPeer.cs
- IIS7WorkerRequest.cs
- MethodCallTranslator.cs
- METAHEADER.cs
- VisualTransition.cs
- QilBinary.cs
- _TransmitFileOverlappedAsyncResult.cs
- DataGridViewMethods.cs
- ThaiBuddhistCalendar.cs
- ArrayTypeMismatchException.cs
- DetailsViewRow.cs
- Viewport2DVisual3D.cs
- IndexingContentUnit.cs
- KeyConverter.cs
- DBAsyncResult.cs
- VisualStyleRenderer.cs
- ResourceDescriptionAttribute.cs
- OrderedDictionary.cs
- SQLGuidStorage.cs
- HwndSourceParameters.cs
- LinearGradientBrush.cs
- DateTimeParse.cs
- LinkLabelLinkClickedEvent.cs
- SqlTrackingQuery.cs
- SQLString.cs
- CryptoHelper.cs
- PocoPropertyAccessorStrategy.cs
- SafeNativeMethods.cs
- TimeoutValidationAttribute.cs
- MethodExpression.cs
- EmbeddedObject.cs
- StorageMappingItemCollection.cs
- CroppedBitmap.cs
- Matrix3D.cs
- _emptywebproxy.cs
- AnimationLayer.cs
- AddInContractAttribute.cs
- Utils.cs
- LineBreakRecord.cs
- EnumerableWrapperWeakToStrong.cs
- WebCodeGenerator.cs
- Pkcs9Attribute.cs
- SqlPersonalizationProvider.cs
- Pen.cs
- FileSystemWatcher.cs
- SpeechRecognitionEngine.cs
- TextInfo.cs
- SignatureHelper.cs
- DataGridViewColumnEventArgs.cs
- JsonUriDataContract.cs
- PropertyInfoSet.cs
- SqlFlattener.cs
- XPathExpr.cs
- ProviderIncompatibleException.cs
- ClrProviderManifest.cs
- safesecurityhelperavalon.cs
- Msmq3PoisonHandler.cs
- DateTimeUtil.cs
- XmlAttributeAttribute.cs
- Int16AnimationUsingKeyFrames.cs
- CacheManager.cs
- PersistenceContext.cs
- MetaChildrenColumn.cs
- SparseMemoryStream.cs
- TextTreeExtractElementUndoUnit.cs
- WebPartDisplayModeEventArgs.cs
- CodeStatementCollection.cs
- ReturnEventArgs.cs
- StateInitializationDesigner.cs
- MediaContextNotificationWindow.cs
- DirectionalLight.cs
- RuleDefinitions.cs
- Resources.Designer.cs
- TemplateControlBuildProvider.cs
- DataSourceSerializationException.cs
- UnwrappedTypesXmlSerializerManager.cs
- Label.cs
- PageThemeCodeDomTreeGenerator.cs
- XmlSiteMapProvider.cs
- UrlPropertyAttribute.cs
- GetWinFXPath.cs
- UriSection.cs
- ObjectItemAssemblyLoader.cs
- FtpCachePolicyElement.cs
- Int32.cs
- UserInitiatedNavigationPermission.cs
- SchemaNotation.cs
- DataSourceCacheDurationConverter.cs
- AttachedAnnotationChangedEventArgs.cs
- DictionarySectionHandler.cs
- CatalogZone.cs
- IPAddressCollection.cs