Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- MulticastDelegate.cs
- ComponentResourceKeyConverter.cs
- ImageSource.cs
- CompilationUnit.cs
- OleDbDataAdapter.cs
- ConfigurationPropertyAttribute.cs
- SparseMemoryStream.cs
- Assembly.cs
- CommandDevice.cs
- EllipticalNodeOperations.cs
- ScaleTransform.cs
- XdrBuilder.cs
- ValidationEventArgs.cs
- RegexCompilationInfo.cs
- SchemaElementDecl.cs
- XmlNamespaceManager.cs
- DelegateSerializationHolder.cs
- CompletedAsyncResult.cs
- SQLSingleStorage.cs
- TypeDescriptionProvider.cs
- SqlDataSourceCommandEventArgs.cs
- TagMapInfo.cs
- WSDualHttpBindingElement.cs
- Attributes.cs
- TypeBuilderInstantiation.cs
- SmiMetaData.cs
- ListControlConvertEventArgs.cs
- AttributeAction.cs
- Process.cs
- RegexCaptureCollection.cs
- Root.cs
- AudioFormatConverter.cs
- ByeMessageApril2005.cs
- GcHandle.cs
- SapiInterop.cs
- BufferedOutputStream.cs
- TextEditorSpelling.cs
- Internal.cs
- SynchronizationContext.cs
- HierarchicalDataBoundControlAdapter.cs
- WebEventCodes.cs
- EditorZone.cs
- SessionSwitchEventArgs.cs
- ConfigurationConverterBase.cs
- ConfigXmlText.cs
- CommandCollectionEditor.cs
- TreeNodeBindingDepthConverter.cs
- CalculatedColumn.cs
- Enlistment.cs
- StandardOleMarshalObject.cs
- UseManagedPresentationElement.cs
- SharedStatics.cs
- HtmlFormWrapper.cs
- DropShadowEffect.cs
- DataControlFieldCollection.cs
- XsltLoader.cs
- VisualTreeUtils.cs
- HostVisual.cs
- ParallelDesigner.cs
- X509CertificateValidator.cs
- EntityClientCacheEntry.cs
- QueryBranchOp.cs
- FrameSecurityDescriptor.cs
- Rfc2898DeriveBytes.cs
- webeventbuffer.cs
- _SSPISessionCache.cs
- PerformanceCounterPermission.cs
- ADConnectionHelper.cs
- ValueProviderWrapper.cs
- log.cs
- MetadataFile.cs
- Table.cs
- MarkupObject.cs
- PageSetupDialog.cs
- XmlKeywords.cs
- WebPartUtil.cs
- SmtpDigestAuthenticationModule.cs
- GraphicsContainer.cs
- SystemWebSectionGroup.cs
- SessionPageStateSection.cs
- ListCollectionView.cs
- ColumnClickEvent.cs
- SqlTypeConverter.cs
- ConfigXmlSignificantWhitespace.cs
- GraphicsState.cs
- GridViewDeleteEventArgs.cs
- TrackingWorkflowEventArgs.cs
- XPathNavigatorKeyComparer.cs
- GraphicsContainer.cs
- ApplicationServicesHostFactory.cs
- QuaternionValueSerializer.cs
- CultureTableRecord.cs
- EntityStoreSchemaGenerator.cs
- HMACSHA1.cs
- ObjectQuery.cs
- _TLSstream.cs
- EntityDataSourceUtil.cs
- LogArchiveSnapshot.cs
- XamlReader.cs
- FormatSettings.cs