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
- WebHttpBinding.cs
- SchemaSetCompiler.cs
- InkCanvasSelectionAdorner.cs
- StorageMappingItemLoader.cs
- AdRotatorDesigner.cs
- MarkedHighlightComponent.cs
- BamlResourceContent.cs
- SqlDataSourceEnumerator.cs
- DocobjHost.cs
- GradientBrush.cs
- WindowsListViewSubItem.cs
- contentDescriptor.cs
- SettingsPropertyValue.cs
- Funcletizer.cs
- HuffCodec.cs
- AlphaSortedEnumConverter.cs
- WebHttpBinding.cs
- RuntimeEnvironment.cs
- Int64.cs
- TraceContext.cs
- TextTreeTextNode.cs
- TypeViewSchema.cs
- FontStyle.cs
- FlowLayout.cs
- QueueProcessor.cs
- activationcontext.cs
- RuleInfoComparer.cs
- PageBreakRecord.cs
- ExpressionPrefixAttribute.cs
- WorkflowControlEndpoint.cs
- RotationValidation.cs
- LicenseProviderAttribute.cs
- VectorConverter.cs
- XmlAttribute.cs
- SafeHandles.cs
- WindowsGrip.cs
- DatagridviewDisplayedBandsData.cs
- MultiDataTrigger.cs
- PersistChildrenAttribute.cs
- MatrixTransform3D.cs
- HandleExceptionArgs.cs
- ObjectDisposedException.cs
- QueryRewriter.cs
- SeverityFilter.cs
- TypeConverter.cs
- CreateParams.cs
- UndirectedGraph.cs
- OleDbParameterCollection.cs
- XmlWriterTraceListener.cs
- BehaviorEditorPart.cs
- Attachment.cs
- CompilerWrapper.cs
- DictionaryBase.cs
- SecurityTimestamp.cs
- PeerChannelListener.cs
- OracleLob.cs
- ViewSimplifier.cs
- PasswordTextNavigator.cs
- SqlInternalConnectionTds.cs
- RowUpdatingEventArgs.cs
- StringPropertyBuilder.cs
- DataGridViewTopRowAccessibleObject.cs
- CommandManager.cs
- UncommonField.cs
- FormViewUpdateEventArgs.cs
- IteratorFilter.cs
- TemplateKey.cs
- CollectionBuilder.cs
- ByteStack.cs
- Monitor.cs
- DataGridViewCellValueEventArgs.cs
- ProfileService.cs
- SchemaNamespaceManager.cs
- ParentUndoUnit.cs
- ScriptModule.cs
- ToolStripControlHost.cs
- ConvertersCollection.cs
- FontFamily.cs
- CallbackDebugBehavior.cs
- SchemaMapping.cs
- UnlockInstanceCommand.cs
- ResourceAttributes.cs
- RegexWriter.cs
- _TLSstream.cs
- TreeView.cs
- TraceRecord.cs
- XmlQueryOutput.cs
- XsltArgumentList.cs
- BufferedReadStream.cs
- DataGridViewButtonColumn.cs
- PaperSize.cs
- MessageQueueInstaller.cs
- ColumnHeader.cs
- ToolStripControlHost.cs
- SecureConversationVersion.cs
- ConstraintStruct.cs
- DbConnectionStringCommon.cs
- RequestCache.cs
- HttpResponseHeader.cs
- AssemblyBuilderData.cs