Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Shared / MS / Internal / Generated / EdgeProfileValidation.cs / 1305600 / EdgeProfileValidation.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.
//
//---------------------------------------------------------------------------
#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
- RequestTimeoutManager.cs
- Visual3DCollection.cs
- ResourceContainer.cs
- SignedXml.cs
- PriorityItem.cs
- DelayedRegex.cs
- HttpModuleActionCollection.cs
- TextTreeNode.cs
- RtfToken.cs
- TemplateBindingExtension.cs
- LinqDataSourceValidationException.cs
- NavigationPropertyEmitter.cs
- EnumType.cs
- ObservableDictionary.cs
- ConfigurationManagerHelper.cs
- XsltArgumentList.cs
- KeyPressEvent.cs
- ChildChangedEventArgs.cs
- HtmlInputControl.cs
- DrawItemEvent.cs
- FormViewUpdatedEventArgs.cs
- CustomErrorCollection.cs
- XmlSchemaChoice.cs
- HtmlMeta.cs
- RTTrackingProfile.cs
- CodeRegionDirective.cs
- KeyGesture.cs
- ServerIdentity.cs
- CellTreeNodeVisitors.cs
- BypassElement.cs
- InteropAutomationProvider.cs
- CroppedBitmap.cs
- EditBehavior.cs
- SafeRightsManagementEnvironmentHandle.cs
- DebugController.cs
- JournalEntry.cs
- KnownIds.cs
- DeviceContext.cs
- WindowsNonControl.cs
- DBSchemaTable.cs
- MergablePropertyAttribute.cs
- RuntimeConfigurationRecord.cs
- OnOperation.cs
- AutomationAttributeInfo.cs
- InstancePersistenceEvent.cs
- SelectingProviderEventArgs.cs
- COM2ExtendedBrowsingHandler.cs
- SchemaSetCompiler.cs
- ResourceType.cs
- MemberAccessException.cs
- ToolStripDropDownMenu.cs
- RequestBringIntoViewEventArgs.cs
- ContentPlaceHolder.cs
- ToolBarButtonClickEvent.cs
- FamilyTypefaceCollection.cs
- CharacterString.cs
- CellTreeNodeVisitors.cs
- EnumUnknown.cs
- RepeaterCommandEventArgs.cs
- ClientFactory.cs
- XmlProcessingInstruction.cs
- SAPICategories.cs
- filewebresponse.cs
- ChildTable.cs
- SqlExpander.cs
- TraceUtility.cs
- Button.cs
- CookieHandler.cs
- AsyncOperation.cs
- SmtpMail.cs
- WebPermission.cs
- EntityDataSourceChangedEventArgs.cs
- XsdDataContractImporter.cs
- ISAPIWorkerRequest.cs
- WorkerRequest.cs
- PtsHost.cs
- Hashtable.cs
- TypeExtension.cs
- ActivityExecutorOperation.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- PageWrapper.cs
- ControlParameter.cs
- safemediahandle.cs
- TypeLoadException.cs
- ObjectStateEntry.cs
- RowSpanVector.cs
- MessageSecurityOverTcp.cs
- ModelPerspective.cs
- ParentQuery.cs
- CompressedStack.cs
- XmlHierarchicalEnumerable.cs
- AsmxEndpointPickerExtension.cs
- ComplexBindingPropertiesAttribute.cs
- EncoderBestFitFallback.cs
- FacetChecker.cs
- RightsManagementUser.cs
- ParameterCollectionEditor.cs
- EventArgs.cs
- ControlPersister.cs
- PropVariant.cs