Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Shared / MS / Internal / Generated / SweepDirectionValidation.cs / 1 / SweepDirectionValidation.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 IsSweepDirectionValid(object valueObject)
{
SweepDirection value = (SweepDirection) valueObject;
return (value == SweepDirection.Counterclockwise) ||
(value == SweepDirection.Clockwise);
}
}
}
// 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
- EllipseGeometry.cs
- TreeNode.cs
- SchemaElementDecl.cs
- EventsTab.cs
- DataGridViewColumnConverter.cs
- FixedSOMFixedBlock.cs
- RowUpdatingEventArgs.cs
- FacetEnabledSchemaElement.cs
- MsmqInputSessionChannel.cs
- AudioFileOut.cs
- EntryPointNotFoundException.cs
- WSHttpBindingCollectionElement.cs
- CodeCompiler.cs
- ColumnReorderedEventArgs.cs
- RectValueSerializer.cs
- CacheEntry.cs
- WebPartConnectionCollection.cs
- Geometry.cs
- StreamingContext.cs
- ToolStripButton.cs
- PopupControlService.cs
- XmlStringTable.cs
- RecordManager.cs
- Operator.cs
- XmlReflectionMember.cs
- SystemNetHelpers.cs
- BamlLocalizabilityResolver.cs
- CheckoutException.cs
- VariableQuery.cs
- EntityDataSourceColumn.cs
- AsyncOperationManager.cs
- TabRenderer.cs
- SchemaTableColumn.cs
- PropertyGrid.cs
- ClickablePoint.cs
- ListBoxAutomationPeer.cs
- DataBindingExpressionBuilder.cs
- PreviewPageInfo.cs
- EncryptedKeyIdentifierClause.cs
- SiteMapDataSourceView.cs
- GlobalItem.cs
- FormViewInsertedEventArgs.cs
- ProtocolsSection.cs
- XmlILModule.cs
- AdRotator.cs
- ListDictionaryInternal.cs
- ValueConversionAttribute.cs
- ToolBar.cs
- XMLSchema.cs
- RelationshipFixer.cs
- Attributes.cs
- DataServiceQueryException.cs
- TableMethodGenerator.cs
- ObjectDataSourceStatusEventArgs.cs
- OleAutBinder.cs
- ReachSerializationCacheItems.cs
- ProxyWebPart.cs
- MediaContext.cs
- SafeThreadHandle.cs
- ClientApiGenerator.cs
- ButtonFlatAdapter.cs
- InlineCollection.cs
- Package.cs
- QuaternionValueSerializer.cs
- DataGridViewHitTestInfo.cs
- WebPartTransformerAttribute.cs
- Win32Native.cs
- TemplateBuilder.cs
- ProbeRequestResponseAsyncResult.cs
- ItemsControlAutomationPeer.cs
- FixedSOMTableCell.cs
- FilteredXmlReader.cs
- CollectionBase.cs
- PingOptions.cs
- Hyperlink.cs
- ArrayExtension.cs
- SoapHeaderException.cs
- XmlObjectSerializerWriteContextComplexJson.cs
- XhtmlBasicValidationSummaryAdapter.cs
- DoubleAnimation.cs
- CheckBoxPopupAdapter.cs
- Column.cs
- parserscommon.cs
- XmlHelper.cs
- SmtpNtlmAuthenticationModule.cs
- ControlIdConverter.cs
- DispatcherProcessingDisabled.cs
- SiteIdentityPermission.cs
- FlowDocument.cs
- NamespaceEmitter.cs
- metadatamappinghashervisitor.hashsourcebuilder.cs
- assertwrapper.cs
- TaskCanceledException.cs
- BinaryFormatter.cs
- MsmqMessageSerializationFormat.cs
- DescendantOverDescendantQuery.cs
- TimeEnumHelper.cs
- DefaultTraceListener.cs
- KoreanCalendar.cs
- OleDbEnumerator.cs