Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Shared / MS / Internal / Generated / EdgeModeValidation.cs / 1 / EdgeModeValidation.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 IsEdgeModeValid(object valueObject) { EdgeMode value = (EdgeMode) valueObject; return (value == EdgeMode.Unspecified) || (value == EdgeMode.Aliased); } } } // 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 IsEdgeModeValid(object valueObject) { EdgeMode value = (EdgeMode) valueObject; return (value == EdgeMode.Unspecified) || (value == EdgeMode.Aliased); } } } // 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
- DrawingContext.cs
- xamlnodes.cs
- HScrollProperties.cs
- CodePageUtils.cs
- COAUTHIDENTITY.cs
- SqlServices.cs
- SqlDataSourceFilteringEventArgs.cs
- UserControl.cs
- MenuAutomationPeer.cs
- arc.cs
- rsa.cs
- XmlnsDictionary.cs
- SqlRecordBuffer.cs
- IncrementalReadDecoders.cs
- ProcessThreadCollection.cs
- TemplateParser.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- ConfigXmlAttribute.cs
- RowParagraph.cs
- TemplateBamlTreeBuilder.cs
- SecurityPermission.cs
- FixedStringLookup.cs
- IResourceProvider.cs
- ImmutableAssemblyCacheEntry.cs
- ISCIIEncoding.cs
- SqlSupersetValidator.cs
- XmlLoader.cs
- DetailsViewRow.cs
- Timeline.cs
- InstallerTypeAttribute.cs
- BitmapDownload.cs
- Brush.cs
- CodeSubDirectory.cs
- RequiredFieldValidator.cs
- BamlMapTable.cs
- TypeDescriptionProviderAttribute.cs
- jithelpers.cs
- ListViewEditEventArgs.cs
- DataControlField.cs
- ModelItemKeyValuePair.cs
- SerializationSectionGroup.cs
- DataDocumentXPathNavigator.cs
- RoleManagerEventArgs.cs
- OperationContractGenerationContext.cs
- RegexCharClass.cs
- CharConverter.cs
- TransformerInfoCollection.cs
- SqlTopReducer.cs
- SuppressMergeCheckAttribute.cs
- ImageFormatConverter.cs
- ButtonBase.cs
- Grid.cs
- XmlEntityReference.cs
- DropTarget.cs
- Int32Rect.cs
- MdiWindowListItemConverter.cs
- AuthenticationService.cs
- Clause.cs
- IdentityHolder.cs
- CodeArrayCreateExpression.cs
- CloseSequenceResponse.cs
- ConfigurationStrings.cs
- CompositeScriptReference.cs
- FlowchartDesigner.Helpers.cs
- RegexReplacement.cs
- DataRelationCollection.cs
- Assert.cs
- RTLAwareMessageBox.cs
- MultiPropertyDescriptorGridEntry.cs
- ControlUtil.cs
- FacetDescriptionElement.cs
- BuildProviderCollection.cs
- WebDisplayNameAttribute.cs
- EnumMember.cs
- LineProperties.cs
- SafeHandles.cs
- DataSourceHelper.cs
- RepeaterItemCollection.cs
- SqlUtils.cs
- MessageQueuePermission.cs
- ListViewItem.cs
- IdnElement.cs
- SoapFault.cs
- CollectionBuilder.cs
- MenuItemBindingCollection.cs
- DirectionalLight.cs
- AutomationPropertyInfo.cs
- HtmlElementCollection.cs
- VBCodeProvider.cs
- EventLogSession.cs
- MemoryFailPoint.cs
- DocumentGridPage.cs
- CheckBoxField.cs
- RepeatButton.cs
- QueryTreeBuilder.cs
- DataSourceView.cs
- Metafile.cs
- ControlValuePropertyAttribute.cs
- ComboBox.cs
- QueueProcessor.cs