Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- OleDbSchemaGuid.cs
- AnnotationHelper.cs
- ItemsControl.cs
- TextLine.cs
- DocumentGrid.cs
- FormatConvertedBitmap.cs
- AggregateNode.cs
- RemoteDebugger.cs
- MetadataSerializer.cs
- GeometryModel3D.cs
- XmlIgnoreAttribute.cs
- EntityDescriptor.cs
- SafeNativeMethodsOther.cs
- EditingCommands.cs
- DoubleUtil.cs
- WindowsGraphicsWrapper.cs
- HyperLinkColumn.cs
- HMAC.cs
- ComponentChangedEvent.cs
- StorageMappingItemLoader.cs
- _UncName.cs
- PassportAuthentication.cs
- CharStorage.cs
- WebServiceClientProxyGenerator.cs
- grammarelement.cs
- RuleInfoComparer.cs
- TimeoutTimer.cs
- CriticalHandle.cs
- InfiniteTimeSpanConverter.cs
- WebPartTransformer.cs
- ColorConverter.cs
- ThreadExceptionDialog.cs
- StringDictionary.cs
- DashStyle.cs
- Rotation3DAnimationBase.cs
- TypedReference.cs
- SourceSwitch.cs
- SqlUserDefinedTypeAttribute.cs
- ImageAnimator.cs
- CallbackValidator.cs
- InlinedAggregationOperatorEnumerator.cs
- RepeatButton.cs
- InfoCardSchemas.cs
- ProtectedConfigurationSection.cs
- TouchDevice.cs
- DataGridColumnCollection.cs
- BamlBinaryReader.cs
- ElementFactory.cs
- TreeSet.cs
- XXXInfos.cs
- DSGeneratorProblem.cs
- RecordConverter.cs
- XmlWrappingReader.cs
- DragEvent.cs
- AutomationPatternInfo.cs
- ELinqQueryState.cs
- OracleEncoding.cs
- TextBoxAutoCompleteSourceConverter.cs
- GridViewActionList.cs
- ModelItemDictionaryImpl.cs
- StaticContext.cs
- ComplexBindingPropertiesAttribute.cs
- DbSourceParameterCollection.cs
- ExtensionFile.cs
- GridViewAutoFormat.cs
- TypeConstant.cs
- SubclassTypeValidator.cs
- ListViewUpdateEventArgs.cs
- HttpSessionStateBase.cs
- UriSectionReader.cs
- ServiceModelTimeSpanValidator.cs
- SystemResourceKey.cs
- DataTableExtensions.cs
- FixedSOMLineRanges.cs
- CounterCreationDataConverter.cs
- CssTextWriter.cs
- SqlDataSourceSelectingEventArgs.cs
- ManagementQuery.cs
- connectionpool.cs
- HandlerBase.cs
- CallbackValidatorAttribute.cs
- loginstatus.cs
- BuildProviderCollection.cs
- NativeRecognizer.cs
- Double.cs
- WeakReference.cs
- DataGridTextBox.cs
- XmlSchemaValidationException.cs
- DataPagerCommandEventArgs.cs
- SelectionItemProviderWrapper.cs
- CopyNamespacesAction.cs
- LineInfo.cs
- UrlMappingsModule.cs
- MessageDispatch.cs
- MDIClient.cs
- ConstraintStruct.cs
- SqlClientFactory.cs
- TypeElementCollection.cs
- TextEndOfSegment.cs
- TimelineGroup.cs