Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / AccessibleTech / longhorn / Automation / 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 : [....] 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
- SemanticAnalyzer.cs
- SR.Designer.cs
- SetStateDesigner.cs
- IPPacketInformation.cs
- TraceSection.cs
- LayoutEvent.cs
- FontNamesConverter.cs
- ModuleBuilderData.cs
- NextPreviousPagerField.cs
- DbConnectionInternal.cs
- ADMembershipProvider.cs
- ArrayWithOffset.cs
- WebBrowserContainer.cs
- ConstructorArgumentAttribute.cs
- XmlSchemaExporter.cs
- PeerTransportSecurityElement.cs
- BinaryMethodMessage.cs
- XmlAttributes.cs
- TextFragmentEngine.cs
- QuaternionIndependentAnimationStorage.cs
- ConfigXmlElement.cs
- SqlParameterizer.cs
- DBCSCodePageEncoding.cs
- WorkerRequest.cs
- ACE.cs
- ListParagraph.cs
- CodeSubDirectoriesCollection.cs
- Boolean.cs
- ServicePointManager.cs
- CollectionExtensions.cs
- CharUnicodeInfo.cs
- baseshape.cs
- InputReport.cs
- ArgumentValue.cs
- WindowsListViewItem.cs
- MultiViewDesigner.cs
- LoginView.cs
- Matrix3DStack.cs
- XmlSchemaInfo.cs
- DataGridViewSortCompareEventArgs.cs
- RawStylusInput.cs
- Exceptions.cs
- OracleCommandSet.cs
- WebUtil.cs
- CodeEventReferenceExpression.cs
- ProcessModelSection.cs
- TextBoxLine.cs
- StyleTypedPropertyAttribute.cs
- WebPartMovingEventArgs.cs
- OpenFileDialog.cs
- WebControl.cs
- OleDbMetaDataFactory.cs
- SQLByteStorage.cs
- TableProviderWrapper.cs
- WrappedReader.cs
- AliasGenerator.cs
- CustomSignedXml.cs
- JsonDeserializer.cs
- DebugControllerThread.cs
- InputQueue.cs
- SqlTrackingQuery.cs
- SqlAggregateChecker.cs
- StorageMappingItemLoader.cs
- Decoder.cs
- ProcessInputEventArgs.cs
- LocalizableResourceBuilder.cs
- UpdatableGenericsFeature.cs
- CodeTryCatchFinallyStatement.cs
- _ConnectStream.cs
- XmlSerializationGeneratedCode.cs
- webeventbuffer.cs
- DiscoveryClientChannelBase.cs
- AuthenticationModuleElement.cs
- StringAnimationBase.cs
- XmlILConstructAnalyzer.cs
- RootCodeDomSerializer.cs
- CmsInterop.cs
- DesignerActionUIStateChangeEventArgs.cs
- StateChangeEvent.cs
- ProgressChangedEventArgs.cs
- SyndicationElementExtension.cs
- ContentFilePart.cs
- SourceInterpreter.cs
- TypeReference.cs
- HashLookup.cs
- OpCopier.cs
- TableDetailsCollection.cs
- PrintDialog.cs
- TypefaceCollection.cs
- handlecollector.cs
- DispatcherSynchronizationContext.cs
- NumberAction.cs
- CodeDelegateInvokeExpression.cs
- StorageTypeMapping.cs
- HighlightComponent.cs
- XmlWrappingReader.cs
- ReliableChannelListener.cs
- Vector.cs
- Attribute.cs
- FaultPropagationQuery.cs