Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / 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 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 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.
//----------------------------------------------------------------------------
//
//
// 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 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
- AbandonedMutexException.cs
- exports.cs
- CompilationLock.cs
- ToolStripStatusLabel.cs
- MetafileHeaderWmf.cs
- GCHandleCookieTable.cs
- returneventsaver.cs
- AudioBase.cs
- Reference.cs
- NativeMethodsCLR.cs
- UInt32Converter.cs
- BitmapEffectDrawing.cs
- TypedTableBase.cs
- PageClientProxyGenerator.cs
- CodeChecksumPragma.cs
- Debug.cs
- RecommendedAsConfigurableAttribute.cs
- TdsParameterSetter.cs
- ToolboxItemWrapper.cs
- DesignerWithHeader.cs
- ConfigXmlSignificantWhitespace.cs
- XPathScanner.cs
- ContentPlaceHolder.cs
- HtmlEmptyTagControlBuilder.cs
- ParallelDesigner.cs
- CriticalFinalizerObject.cs
- DateTimeSerializationSection.cs
- DataGridLinkButton.cs
- BaseValidator.cs
- ScriptServiceAttribute.cs
- DBParameter.cs
- TextEditorMouse.cs
- SettingsSection.cs
- FragmentQuery.cs
- FixedPage.cs
- HostingEnvironmentException.cs
- ViewPort3D.cs
- DataGridViewRowPrePaintEventArgs.cs
- SQLInt16Storage.cs
- SiteMapNodeCollection.cs
- WsdlServiceChannelBuilder.cs
- SingleAnimationUsingKeyFrames.cs
- CodeVariableReferenceExpression.cs
- SqlBuilder.cs
- Assign.cs
- EntitySqlQueryCacheKey.cs
- VectorAnimation.cs
- AnimationException.cs
- IItemContainerGenerator.cs
- DataTableMapping.cs
- FileCodeGroup.cs
- ToolBarButton.cs
- ListenerElementsCollection.cs
- TranslateTransform3D.cs
- TransformProviderWrapper.cs
- HwndSubclass.cs
- DiagnosticsConfigurationHandler.cs
- PackageStore.cs
- FixedSOMElement.cs
- LayoutSettings.cs
- OdbcException.cs
- OlePropertyStructs.cs
- SplitterCancelEvent.cs
- MultipartContentParser.cs
- TextSchema.cs
- DispatcherHooks.cs
- SR.cs
- Recipient.cs
- COM2ExtendedBrowsingHandler.cs
- ItemsPresenter.cs
- ResolveDuplexAsyncResult.cs
- BaseTemplateCodeDomTreeGenerator.cs
- PtsHost.cs
- InstanceOwnerQueryResult.cs
- OrCondition.cs
- documentsequencetextview.cs
- SqlBuilder.cs
- HttpValueCollection.cs
- BuilderInfo.cs
- TextRenderer.cs
- FrameworkElementFactoryMarkupObject.cs
- CharacterHit.cs
- AppliedDeviceFiltersEditor.cs
- securitycriticaldataClass.cs
- ResXBuildProvider.cs
- SizeAnimationClockResource.cs
- BitmapDecoder.cs
- BridgeDataRecord.cs
- TemplateNameScope.cs
- ErrorTableItemStyle.cs
- ApplicationBuildProvider.cs
- QueryBranchOp.cs
- WebPartConnection.cs
- TextTrailingCharacterEllipsis.cs
- DbConnectionPoolIdentity.cs
- TickBar.cs
- PlatformNotSupportedException.cs
- TextInfo.cs
- TokenBasedSetEnumerator.cs
- WindowsListViewItemStartMenu.cs