Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Shared / MS / Internal / Generated / GeometryCombineModeValidation.cs / 1305600 / GeometryCombineModeValidation.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 IsGeometryCombineModeValid(object valueObject) { GeometryCombineMode value = (GeometryCombineMode) valueObject; return (value == GeometryCombineMode.Union) || (value == GeometryCombineMode.Intersect) || (value == GeometryCombineMode.Xor) || (value == GeometryCombineMode.Exclude); } } } // 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
- GregorianCalendar.cs
- GeneralTransform3DTo2D.cs
- ServiceHostingEnvironmentSection.cs
- XmlILModule.cs
- ThreadStartException.cs
- PowerEase.cs
- HelpEvent.cs
- Formatter.cs
- FreeFormDesigner.cs
- Brush.cs
- DataObjectEventArgs.cs
- Pkcs9Attribute.cs
- InternalConfigEventArgs.cs
- DBCommand.cs
- PasswordTextNavigator.cs
- PersistenceTypeAttribute.cs
- NativeBuffer.cs
- QilBinary.cs
- ArcSegment.cs
- StylusPlugInCollection.cs
- IODescriptionAttribute.cs
- GridPattern.cs
- DBSqlParserColumnCollection.cs
- ToolStripDropDownMenu.cs
- RedirectionProxy.cs
- WorkflowApplicationTerminatedException.cs
- WindowsTab.cs
- BitConverter.cs
- NamedPipeHostedTransportConfiguration.cs
- StylusTip.cs
- TransactionContextValidator.cs
- CompilerHelpers.cs
- RegexRunner.cs
- ActivityPreviewDesigner.cs
- DateTime.cs
- TextEditorSelection.cs
- TemplateNameScope.cs
- ExceptionTranslationTable.cs
- ButtonChrome.cs
- CustomCategoryAttribute.cs
- SchemaSetCompiler.cs
- SqlDataReader.cs
- HtmlHead.cs
- GridViewPageEventArgs.cs
- RenamedEventArgs.cs
- PolicyUtility.cs
- WebContentFormatHelper.cs
- QueryContinueDragEventArgs.cs
- OutOfProcStateClientManager.cs
- CatalogZone.cs
- MarkerProperties.cs
- CatalogPartDesigner.cs
- UnderstoodHeaders.cs
- FilterException.cs
- Vector3DAnimation.cs
- FileUtil.cs
- Font.cs
- ScriptManager.cs
- DictionaryGlobals.cs
- Condition.cs
- AsyncResult.cs
- RoutedPropertyChangedEventArgs.cs
- ShaderRenderModeValidation.cs
- SortDescriptionCollection.cs
- StrongNamePublicKeyBlob.cs
- ObjectDataSourceWizardForm.cs
- DbParameterHelper.cs
- DataObjectSettingDataEventArgs.cs
- ListViewDeletedEventArgs.cs
- ProtocolElement.cs
- FocusWithinProperty.cs
- DbConnectionOptions.cs
- EasingKeyFrames.cs
- HttpPostProtocolReflector.cs
- XpsS0ValidatingLoader.cs
- SqlCachedBuffer.cs
- FileDataSourceCache.cs
- LinqDataSourceUpdateEventArgs.cs
- WindowsAuthenticationEventArgs.cs
- ChildChangedEventArgs.cs
- TokenCreationParameter.cs
- TCEAdapterGenerator.cs
- NoResizeHandleGlyph.cs
- TreeViewAutomationPeer.cs
- ResourcesBuildProvider.cs
- NamespaceCollection.cs
- WorkflowCommandExtensionItem.cs
- StrokeCollectionConverter.cs
- KeyProperty.cs
- ButtonChrome.cs
- XsltLibrary.cs
- UserControlDocumentDesigner.cs
- QuotedPrintableStream.cs
- TextEditorParagraphs.cs
- SoapReflector.cs
- ProcessDesigner.cs
- RectKeyFrameCollection.cs
- RightsManagementInformation.cs
- InvalidAsynchronousStateException.cs
- EntityTypeBase.cs