Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / 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 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 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. //---------------------------------------------------------------------------- // //// 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 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
- ComponentResourceManager.cs
- ChangePassword.cs
- DataTableNewRowEvent.cs
- SeekStoryboard.cs
- SeekStoryboard.cs
- ActiveDocumentEvent.cs
- DataPointer.cs
- AppDomainAttributes.cs
- ObjectTag.cs
- Imaging.cs
- AutomationProperty.cs
- XmlComplianceUtil.cs
- COM2ExtendedBrowsingHandler.cs
- RectAnimationClockResource.cs
- UncommonField.cs
- ViewBox.cs
- TraceHandlerErrorFormatter.cs
- WebServiceTypeData.cs
- HttpWriter.cs
- SqlComparer.cs
- RangeValidator.cs
- Configuration.cs
- PaperSize.cs
- EndEvent.cs
- XmlSchemaValidator.cs
- SR.cs
- ToolZone.cs
- FlowLayoutPanel.cs
- FilterElement.cs
- HttpServerChannel.cs
- AppAction.cs
- BidOverLoads.cs
- WebUtil.cs
- EncodingTable.cs
- Helper.cs
- DataGridViewToolTip.cs
- IssuanceTokenProviderState.cs
- SqlVisitor.cs
- IsolatedStorageException.cs
- DesignOnlyAttribute.cs
- NotCondition.cs
- DateTimeOffset.cs
- FixUp.cs
- PluralizationServiceUtil.cs
- XmlResolver.cs
- UIntPtr.cs
- StdValidatorsAndConverters.cs
- ProfilePropertySettings.cs
- OAVariantLib.cs
- SplitterCancelEvent.cs
- ProcessModelSection.cs
- AlternateView.cs
- QilReplaceVisitor.cs
- PageClientProxyGenerator.cs
- Font.cs
- QueryMatcher.cs
- SessionStateContainer.cs
- LinkedResource.cs
- AttributeCollection.cs
- MultipartIdentifier.cs
- Cursors.cs
- CultureInfo.cs
- SQLInt16.cs
- OleDbException.cs
- WebPartTransformerCollection.cs
- TableItemPattern.cs
- RepeaterItemCollection.cs
- Send.cs
- GeometryModel3D.cs
- HttpServerProtocol.cs
- MatrixConverter.cs
- InvalidEnumArgumentException.cs
- InheritanceAttribute.cs
- FixedSOMPageConstructor.cs
- DBConcurrencyException.cs
- RTLAwareMessageBox.cs
- _ContextAwareResult.cs
- HtmlInputReset.cs
- EventWaitHandleSecurity.cs
- OrderToken.cs
- BinaryObjectInfo.cs
- SmtpDigestAuthenticationModule.cs
- EndPoint.cs
- StylusPointPropertyInfoDefaults.cs
- LinkedList.cs
- XPathSelfQuery.cs
- CompoundFileStreamReference.cs
- StartFileNameEditor.cs
- MulticastDelegate.cs
- Profiler.cs
- XmlWellformedWriter.cs
- IProducerConsumerCollection.cs
- LoginUtil.cs
- DataGridViewRowPrePaintEventArgs.cs
- RestHandler.cs
- CapabilitiesRule.cs
- MessageBox.cs
- EncoderNLS.cs
- embossbitmapeffect.cs
- Calendar.cs