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 / ShaderRenderModeValidation.cs / 1 / ShaderRenderModeValidation.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. // //--------------------------------------------------------------------------- #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.Effects { 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 IsShaderRenderModeValid(object valueObject) { ShaderRenderMode value = (ShaderRenderMode) valueObject; return (value == ShaderRenderMode.Auto) || (value == ShaderRenderMode.SoftwareOnly) || (value == ShaderRenderMode.HardwareOnly); } } } // 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. // //--------------------------------------------------------------------------- #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.Effects { 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 IsShaderRenderModeValid(object valueObject) { ShaderRenderMode value = (ShaderRenderMode) valueObject; return (value == ShaderRenderMode.Auto) || (value == ShaderRenderMode.SoftwareOnly) || (value == ShaderRenderMode.HardwareOnly); } } } // 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
- DataTableMappingCollection.cs
- TabPage.cs
- ImageAnimator.cs
- StylusEventArgs.cs
- PrintPreviewControl.cs
- CommonObjectSecurity.cs
- basenumberconverter.cs
- DataKey.cs
- EmptyStringExpandableObjectConverter.cs
- PropertyDescriptorGridEntry.cs
- DisplayInformation.cs
- InfoCardMasterKey.cs
- GZipUtils.cs
- MetadataCacheItem.cs
- ObjectComplexPropertyMapping.cs
- DataGridViewComboBoxCell.cs
- TableCellsCollectionEditor.cs
- ControlCommandSet.cs
- TextElement.cs
- ToolStripItemDataObject.cs
- IPPacketInformation.cs
- HtmlInputText.cs
- FileUpload.cs
- ReflectPropertyDescriptor.cs
- DataKeyArray.cs
- WebPartZoneCollection.cs
- Attributes.cs
- XsltContext.cs
- RuntimeConfig.cs
- SafeSecurityHelper.cs
- EntityReference.cs
- Application.cs
- CodeTypeDeclarationCollection.cs
- Parsers.cs
- WCFBuildProvider.cs
- Pair.cs
- ZipIOExtraFieldElement.cs
- TextUtf8RawTextWriter.cs
- Rss20ItemFormatter.cs
- ModelTreeEnumerator.cs
- WindowsListBox.cs
- ProviderCommandInfoUtils.cs
- RootBrowserWindowAutomationPeer.cs
- BinaryWriter.cs
- SqlCommandSet.cs
- ToggleButtonAutomationPeer.cs
- WebUtil.cs
- DiagnosticTraceSource.cs
- DataGridViewLinkColumn.cs
- MimeTypePropertyAttribute.cs
- TreeNodeStyleCollectionEditor.cs
- Inflater.cs
- AlphabetConverter.cs
- EdmItemCollection.cs
- InfoCardRSACryptoProvider.cs
- FlowPanelDesigner.cs
- AssociationTypeEmitter.cs
- HotSpot.cs
- XmlUrlResolver.cs
- SystemInformation.cs
- ViewStateModeByIdAttribute.cs
- Transform3DGroup.cs
- SafeNativeHandle.cs
- StubHelpers.cs
- DuplicateMessageDetector.cs
- EntityTransaction.cs
- PcmConverter.cs
- InvalidComObjectException.cs
- TemplateParser.cs
- _NestedSingleAsyncResult.cs
- RuntimeConfig.cs
- FlowDocumentPaginator.cs
- ConnectionsZoneDesigner.cs
- prefixendpointaddressmessagefilter.cs
- Constraint.cs
- RegularExpressionValidator.cs
- DataGridViewColumnCollection.cs
- StorageModelBuildProvider.cs
- HGlobalSafeHandle.cs
- TableCellsCollectionEditor.cs
- SocketInformation.cs
- MessageHeaderDescription.cs
- IgnoreSectionHandler.cs
- MetadataCache.cs
- SafeNativeMethods.cs
- ToolStripSeparatorRenderEventArgs.cs
- KerberosSecurityTokenProvider.cs
- BinHexDecoder.cs
- ContextMarshalException.cs
- AnimationLayer.cs
- Focus.cs
- KnownBoxes.cs
- WpfWebRequestHelper.cs
- SecureConversationServiceCredential.cs
- TagMapCollection.cs
- DecimalAnimation.cs
- StaticContext.cs
- Hash.cs
- MsmqIntegrationChannelListener.cs
- KeyboardEventArgs.cs