Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Shared / MS / Internal / Generated / StretchValidation.cs / 1 / StretchValidation.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 IsStretchValid(object valueObject) { Stretch value = (Stretch) valueObject; return (value == Stretch.None) || (value == Stretch.Fill) || (value == Stretch.Uniform) || (value == Stretch.UniformToFill); } } } // 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
- HttpCachePolicy.cs
- SByteStorage.cs
- DataReceivedEventArgs.cs
- UserPreference.cs
- DataRow.cs
- NativeMethods.cs
- XamlTypeMapper.cs
- LiteralDesigner.cs
- InputScope.cs
- Rectangle.cs
- UntypedNullExpression.cs
- PeerContact.cs
- IndicFontClient.cs
- DBCommand.cs
- WebPartCollection.cs
- RecognizedWordUnit.cs
- ProfileManager.cs
- NameTable.cs
- StylusPointDescription.cs
- TextSegment.cs
- RecordsAffectedEventArgs.cs
- ExceptQueryOperator.cs
- SafeBuffer.cs
- RemotingException.cs
- ScriptControlDescriptor.cs
- XmlAnyAttributeAttribute.cs
- InputLangChangeRequestEvent.cs
- MessagePartSpecification.cs
- TracingConnection.cs
- StyleSelector.cs
- LogEntry.cs
- SoapWriter.cs
- MarkupCompiler.cs
- TabControlToolboxItem.cs
- UnknownBitmapDecoder.cs
- OleDbEnumerator.cs
- ControlEvent.cs
- TreeNodeCollection.cs
- AllMembershipCondition.cs
- ResourceSetExpression.cs
- RepeaterItemEventArgs.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- DataRelationPropertyDescriptor.cs
- OracleParameterCollection.cs
- ArrayExtension.cs
- RegexFCD.cs
- HtmlMeta.cs
- ApplicationHost.cs
- ColumnResizeAdorner.cs
- PrintPageEvent.cs
- Pen.cs
- XsdValidatingReader.cs
- GridViewItemAutomationPeer.cs
- ProviderConnectionPointCollection.cs
- IPAddressCollection.cs
- MatrixCamera.cs
- KeyInterop.cs
- RequestTimeoutManager.cs
- Substitution.cs
- WindowsMenu.cs
- DrawingCollection.cs
- SimpleTextLine.cs
- CodeFieldReferenceExpression.cs
- ToolStripSplitButton.cs
- TrackingMemoryStream.cs
- PropertyBuilder.cs
- ButtonFieldBase.cs
- CodeDOMUtility.cs
- SvcFileManager.cs
- SrgsGrammarCompiler.cs
- WebPartManagerInternals.cs
- GenericPrincipal.cs
- SecureEnvironment.cs
- SQLInt16.cs
- AttributeParameterInfo.cs
- ProfileBuildProvider.cs
- XamlStyleSerializer.cs
- SynchronizedInputAdaptor.cs
- DbConnectionPoolGroupProviderInfo.cs
- _ChunkParse.cs
- SizeValueSerializer.cs
- RemotingException.cs
- CharacterString.cs
- DecoderBestFitFallback.cs
- ToolStripRenderer.cs
- Size3DConverter.cs
- DelegatingHeader.cs
- PathHelper.cs
- XmlSiteMapProvider.cs
- MemberAccessException.cs
- XmlAttributeCollection.cs
- FirstMatchCodeGroup.cs
- sqlstateclientmanager.cs
- TextBoxDesigner.cs
- XmlObjectSerializerReadContextComplexJson.cs
- PolygonHotSpot.cs
- DataSvcMapFile.cs
- NamespaceInfo.cs
- CodeComment.cs
- ToolStripControlHost.cs