Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- PrintDialogException.cs
- ResourceManager.cs
- CssTextWriter.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- HttpDebugHandler.cs
- QilVisitor.cs
- CustomCategoryAttribute.cs
- PageHandlerFactory.cs
- InvariantComparer.cs
- ChannelServices.cs
- ModelUIElement3D.cs
- EventListener.cs
- X509ClientCertificateCredentialsElement.cs
- SingleKeyFrameCollection.cs
- OleDbTransaction.cs
- StringInfo.cs
- EntityDesignerUtils.cs
- PopupRoot.cs
- NavigationWindow.cs
- SqlProfileProvider.cs
- ProfilePropertyNameValidator.cs
- _ConnectionGroup.cs
- CodeTypeDeclarationCollection.cs
- StorageSetMapping.cs
- WebInvokeAttribute.cs
- ContextProperty.cs
- MouseButtonEventArgs.cs
- DeploymentSection.cs
- CodeDomConfigurationHandler.cs
- QueryOptionExpression.cs
- DrawListViewItemEventArgs.cs
- ConfigurationSection.cs
- Int16KeyFrameCollection.cs
- Vector.cs
- MissingManifestResourceException.cs
- SeekStoryboard.cs
- DocumentViewerBase.cs
- CodeDomSerializerException.cs
- Function.cs
- SourceChangedEventArgs.cs
- EmptyEnumerator.cs
- CompoundFileStorageReference.cs
- TabletCollection.cs
- Mouse.cs
- Transform3DCollection.cs
- XPathAncestorIterator.cs
- ResizeBehavior.cs
- ProfileService.cs
- NavigationProperty.cs
- PhysicalAddress.cs
- TextComposition.cs
- VirtualDirectoryMapping.cs
- FileRecordSequence.cs
- XmlReaderSettings.cs
- ObjectSecurity.cs
- EncoderNLS.cs
- IsolatedStorage.cs
- GridItemProviderWrapper.cs
- ConfigurationElementCollection.cs
- CodeArgumentReferenceExpression.cs
- ValidatingPropertiesEventArgs.cs
- ItemContainerPattern.cs
- SerialPinChanges.cs
- TargetPerspective.cs
- ZipPackagePart.cs
- HtmlControl.cs
- WorkflowIdleBehavior.cs
- xsdvalidator.cs
- _TimerThread.cs
- DataException.cs
- RNGCryptoServiceProvider.cs
- _Events.cs
- Misc.cs
- XmlSchemaComplexType.cs
- MsmqBindingBase.cs
- FrameworkElementFactory.cs
- DependsOnAttribute.cs
- RawStylusInputCustomDataList.cs
- ValueChangedEventManager.cs
- ClientUriBehavior.cs
- SqlDataSourceView.cs
- SecurityTokenContainer.cs
- SQLCharsStorage.cs
- login.cs
- SystemInfo.cs
- XmlChoiceIdentifierAttribute.cs
- _LocalDataStoreMgr.cs
- TreeNodeSelectionProcessor.cs
- DefaultEventAttribute.cs
- DrawingContextWalker.cs
- HtmlAnchor.cs
- QuotedStringWriteStateInfo.cs
- XmlWriterTraceListener.cs
- BaseDataBoundControl.cs
- ButtonRenderer.cs
- XmlRootAttribute.cs
- FormCollection.cs
- BinaryCommonClasses.cs
- SmiContextFactory.cs
- RuntimeHelpers.cs