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
- XmlWriter.cs
- RadioButton.cs
- JsonDeserializer.cs
- XmlTextReaderImpl.cs
- PersonalizationProviderCollection.cs
- WindowsAuthenticationModule.cs
- XsltContext.cs
- XmlReflectionMember.cs
- CreateInstanceBinder.cs
- ZipIOExtraFieldPaddingElement.cs
- TableRow.cs
- CounterSampleCalculator.cs
- SaveWorkflowAsyncResult.cs
- CacheChildrenQuery.cs
- CryptoStream.cs
- CryptoStream.cs
- ControlUtil.cs
- ListenerElementsCollection.cs
- RepeaterItemCollection.cs
- Win32Exception.cs
- CatalogPartChrome.cs
- IdentifierElement.cs
- ContentPlaceHolderDesigner.cs
- IDispatchConstantAttribute.cs
- IndividualDeviceConfig.cs
- ToolStripComboBox.cs
- MulticastNotSupportedException.cs
- ControlValuePropertyAttribute.cs
- PassportAuthentication.cs
- ResourceReader.cs
- TypeResolver.cs
- PropertyManager.cs
- WebBrowserBase.cs
- SamlAssertion.cs
- FormsAuthenticationUser.cs
- Matrix3DConverter.cs
- ValuePattern.cs
- CompositionAdorner.cs
- AnnotationComponentChooser.cs
- Repeater.cs
- LockRenewalTask.cs
- XPathDocumentBuilder.cs
- ValidationErrorEventArgs.cs
- Hex.cs
- CollectionConverter.cs
- SafeViewOfFileHandle.cs
- ViewGenResults.cs
- DelayedRegex.cs
- RtfControlWordInfo.cs
- CorePropertiesFilter.cs
- _SSPISessionCache.cs
- WithParamAction.cs
- ModelMemberCollection.cs
- Gdiplus.cs
- FontUnit.cs
- TypeListConverter.cs
- Storyboard.cs
- ZipIOExtraFieldElement.cs
- TemplateControl.cs
- BinaryParser.cs
- DataGridViewLinkColumn.cs
- RTLAwareMessageBox.cs
- TraceContext.cs
- PolicyException.cs
- XMLDiffLoader.cs
- BufferModesCollection.cs
- ObjectDataSourceView.cs
- VariableValue.cs
- SimpleHandlerFactory.cs
- ConfigurationFileMap.cs
- DirectoryNotFoundException.cs
- BrowserDefinition.cs
- DbDataSourceEnumerator.cs
- PerformanceCounterLib.cs
- TextElementEditingBehaviorAttribute.cs
- HttpPostedFile.cs
- Comparer.cs
- UnsafeNativeMethods.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- HitTestWithPointDrawingContextWalker.cs
- ActivityDesigner.cs
- EventQueueState.cs
- Debug.cs
- XslNumber.cs
- PropertyTabChangedEvent.cs
- GradientSpreadMethodValidation.cs
- InvalidOleVariantTypeException.cs
- TextEditorSpelling.cs
- SafeCryptContextHandle.cs
- ProcessInfo.cs
- NetSectionGroup.cs
- XmlMessageFormatter.cs
- InstalledVoice.cs
- ProfileServiceManager.cs
- RegistryHandle.cs
- ParserContext.cs
- EntityClassGenerator.cs
- BrushProxy.cs
- Int32Storage.cs
- ToolBar.cs