Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Shared / MS / Internal / Generated / BrushMappingModeValidation.cs / 1 / BrushMappingModeValidation.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 IsBrushMappingModeValid(object valueObject) { BrushMappingMode value = (BrushMappingMode) valueObject; return (value == BrushMappingMode.Absolute) || (value == BrushMappingMode.RelativeToBoundingBox); } } } // 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 IsBrushMappingModeValid(object valueObject) { BrushMappingMode value = (BrushMappingMode) valueObject; return (value == BrushMappingMode.Absolute) || (value == BrushMappingMode.RelativeToBoundingBox); } } } // 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
- Int16.cs
- SchemaLookupTable.cs
- ArcSegment.cs
- ProviderConnectionPoint.cs
- HotSpot.cs
- MessageQueueEnumerator.cs
- DynamicUpdateCommand.cs
- XmlSchemaSimpleContentRestriction.cs
- TypeDescriptor.cs
- DataGridPagingPage.cs
- VariantWrapper.cs
- XmlLanguageConverter.cs
- WmpBitmapDecoder.cs
- Vector3DValueSerializer.cs
- BoolLiteral.cs
- ScrollChrome.cs
- Switch.cs
- TextSerializer.cs
- CustomAttributeBuilder.cs
- MatrixStack.cs
- StrokeSerializer.cs
- OpCodes.cs
- FixedSOMPage.cs
- ScrollBarAutomationPeer.cs
- InkCanvasSelectionAdorner.cs
- EventWaitHandle.cs
- BitmapEffectGroup.cs
- SimpleApplicationHost.cs
- EffectiveValueEntry.cs
- COMException.cs
- DetailsViewDeleteEventArgs.cs
- ExecutionPropertyManager.cs
- FileRecordSequenceCompletedAsyncResult.cs
- ExclusiveCanonicalizationTransform.cs
- SelectionRange.cs
- XomlCompilerHelpers.cs
- MarshalByRefObject.cs
- SweepDirectionValidation.cs
- ValidateNames.cs
- LambdaCompiler.Unary.cs
- ServiceNameElementCollection.cs
- MappedMetaModel.cs
- FontNameConverter.cs
- EntitySqlQueryState.cs
- NativeObjectSecurity.cs
- ComponentDispatcher.cs
- RequestNavigateEventArgs.cs
- DefaultMergeHelper.cs
- PaintValueEventArgs.cs
- RegexCharClass.cs
- HandleCollector.cs
- XPathParser.cs
- AuthenticationService.cs
- DispatcherTimer.cs
- WebPartActionVerb.cs
- UnsafeNativeMethodsMilCoreApi.cs
- UInt64Storage.cs
- CompositeFontInfo.cs
- DataGridViewBindingCompleteEventArgs.cs
- HierarchicalDataTemplate.cs
- WorkflowApplicationAbortedEventArgs.cs
- SessionState.cs
- AttachedAnnotation.cs
- IOThreadTimer.cs
- Vertex.cs
- NativeMethods.cs
- ZipPackagePart.cs
- FontFamily.cs
- ResourceDescriptionAttribute.cs
- GeneratedCodeAttribute.cs
- ControlParameter.cs
- Cell.cs
- LogEntrySerializationException.cs
- NavigationEventArgs.cs
- RouteItem.cs
- RC2.cs
- StrokeRenderer.cs
- ConfigurationManager.cs
- PropertyNames.cs
- IssuedTokenClientBehaviorsElementCollection.cs
- WindowsStreamSecurityBindingElement.cs
- HashCodeCombiner.cs
- ValueTypeFixupInfo.cs
- ProfessionalColors.cs
- Version.cs
- UserControlAutomationPeer.cs
- EntityDataSourceEntityTypeFilterConverter.cs
- CultureTableRecord.cs
- StreamAsIStream.cs
- ExpressionNode.cs
- metadatamappinghashervisitor.cs
- BindableAttribute.cs
- CodeDelegateCreateExpression.cs
- FloatUtil.cs
- FontUnitConverter.cs
- Size3DConverter.cs
- ValueConversionAttribute.cs
- Facet.cs
- CharacterShapingProperties.cs
- OnOperation.cs