Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / UIAutomation / UIAutomationTypes / System / Windows / Automation / TransformPatternIdentifiers.cs / 1 / TransformPatternIdentifiers.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: Automation Identifiers for Transform Pattern // // History: // 04/15/2005 : MKarr Added // //--------------------------------------------------------------------------- using System; using MS.Internal.Automation; namespace System.Windows.Automation { ///wrapper class for Transform pattern #if (INTERNAL_COMPILE) internal static class TransformPatternIdentifiers #else public static class TransformPatternIdentifiers #endif { //----------------------------------------------------- // // Public Constants / Readonly Fields // //----------------------------------------------------- #region Public Constants and Readonly Fields ///Returns the Transform pattern identifier public static readonly AutomationPattern Pattern = AutomationPattern.Register(AutomationIdentifierGuids.Transform_Pattern, "TransformPatternIdentifiers.Pattern"); ///Property ID: CanMove - This window can be moved public static readonly AutomationProperty CanMoveProperty = AutomationProperty.Register(AutomationIdentifierGuids.Transform_CanMove_Property, "TransformPatternIdentifiers.CanMoveProperty"); ///Property ID: CanResize - This window can be resized public static readonly AutomationProperty CanResizeProperty = AutomationProperty.Register(AutomationIdentifierGuids.Transform_CanResize_Property, "TransformPatternIdentifiers.CanResizeProperty"); ///Property ID: CanRotate - This window can be rotated public static readonly AutomationProperty CanRotateProperty = AutomationProperty.Register(AutomationIdentifierGuids.Transform_CanRotate_Property, "TransformPatternIdentifiers.CanRotateProperty"); #endregion Public Constants and Readonly Fields } } // 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. // // // // Description: Automation Identifiers for Transform Pattern // // History: // 04/15/2005 : MKarr Added // //--------------------------------------------------------------------------- using System; using MS.Internal.Automation; namespace System.Windows.Automation { ///wrapper class for Transform pattern #if (INTERNAL_COMPILE) internal static class TransformPatternIdentifiers #else public static class TransformPatternIdentifiers #endif { //----------------------------------------------------- // // Public Constants / Readonly Fields // //----------------------------------------------------- #region Public Constants and Readonly Fields ///Returns the Transform pattern identifier public static readonly AutomationPattern Pattern = AutomationPattern.Register(AutomationIdentifierGuids.Transform_Pattern, "TransformPatternIdentifiers.Pattern"); ///Property ID: CanMove - This window can be moved public static readonly AutomationProperty CanMoveProperty = AutomationProperty.Register(AutomationIdentifierGuids.Transform_CanMove_Property, "TransformPatternIdentifiers.CanMoveProperty"); ///Property ID: CanResize - This window can be resized public static readonly AutomationProperty CanResizeProperty = AutomationProperty.Register(AutomationIdentifierGuids.Transform_CanResize_Property, "TransformPatternIdentifiers.CanResizeProperty"); ///Property ID: CanRotate - This window can be rotated public static readonly AutomationProperty CanRotateProperty = AutomationProperty.Register(AutomationIdentifierGuids.Transform_CanRotate_Property, "TransformPatternIdentifiers.CanRotateProperty"); #endregion Public Constants and Readonly Fields } } // 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
- ProxyAttribute.cs
- Socket.cs
- __FastResourceComparer.cs
- WpfXamlLoader.cs
- PropertyTabChangedEvent.cs
- PhysicalFontFamily.cs
- DefaultValueAttribute.cs
- Variable.cs
- PanelDesigner.cs
- ResourceDictionaryCollection.cs
- InternalPolicyElement.cs
- XmlSchemaIdentityConstraint.cs
- XPathQueryGenerator.cs
- SQLDecimal.cs
- DateTimeConverter.cs
- ScrollChrome.cs
- RequestQueue.cs
- ContentElementAutomationPeer.cs
- BulletedListEventArgs.cs
- StackSpiller.Bindings.cs
- ValidationEventArgs.cs
- CriticalFileToken.cs
- ClientConfigurationHost.cs
- MailMessageEventArgs.cs
- PageCatalogPart.cs
- typedescriptorpermissionattribute.cs
- MergeFailedEvent.cs
- TypeLibConverter.cs
- ComboBoxAutomationPeer.cs
- XmlValidatingReader.cs
- DateTimeFormat.cs
- CallbackHandler.cs
- DllNotFoundException.cs
- BuildTopDownAttribute.cs
- LinqTreeNodeEvaluator.cs
- ListBoxItem.cs
- WebPartCollection.cs
- Size.cs
- AutoResetEvent.cs
- XmlCharacterData.cs
- HtmlTableRowCollection.cs
- BoolExpression.cs
- CreateUserWizardStep.cs
- ObjectFullSpanRewriter.cs
- recordstatefactory.cs
- DataBinding.cs
- SystemWebExtensionsSectionGroup.cs
- XmlSchemaType.cs
- BuildDependencySet.cs
- Region.cs
- TextWriterEngine.cs
- DefaultValueTypeConverter.cs
- AppSecurityManager.cs
- PictureBox.cs
- XPathExpr.cs
- DynamicExpression.cs
- ParameterToken.cs
- SBCSCodePageEncoding.cs
- DuplicateDetector.cs
- BuilderInfo.cs
- ReferencedType.cs
- SqlBulkCopyColumnMapping.cs
- CheckBox.cs
- TimelineCollection.cs
- AssemblyAttributesGoHere.cs
- CriticalFinalizerObject.cs
- ListSurrogate.cs
- HttpCachePolicy.cs
- LogSwitch.cs
- ClientConfigPaths.cs
- RefType.cs
- MenuItemCollectionEditorDialog.cs
- formatter.cs
- XmlReflectionImporter.cs
- SqlProcedureAttribute.cs
- DbDataAdapter.cs
- SequenceDesignerAccessibleObject.cs
- BufferedGraphicsContext.cs
- ObjectConverter.cs
- RequestFactory.cs
- TextBoxBase.cs
- ConfigXmlText.cs
- RoleService.cs
- HtmlElementCollection.cs
- ApplicationInterop.cs
- HtmlEmptyTagControlBuilder.cs
- MergeFilterQuery.cs
- ValidatorCompatibilityHelper.cs
- ZipIOExtraFieldPaddingElement.cs
- SiteMapPath.cs
- InvokeProviderWrapper.cs
- Schema.cs
- HitTestParameters.cs
- HScrollBar.cs
- ClassGenerator.cs
- DataSetUtil.cs
- HandlerMappingMemo.cs
- SchemaImporter.cs
- Button.cs
- EmbeddedMailObject.cs