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
- SelectionPatternIdentifiers.cs
- SessionStateSection.cs
- MaterialCollection.cs
- AutoCompleteStringCollection.cs
- HTTP_SERVICE_CONFIG_URLACL_KEY.cs
- BitmapEffect.cs
- ChangePasswordDesigner.cs
- KeyEventArgs.cs
- ListParagraph.cs
- UnionExpr.cs
- BatchWriter.cs
- ZeroOpNode.cs
- DataRelation.cs
- IndexedEnumerable.cs
- COSERVERINFO.cs
- SecurityTokenReferenceStyle.cs
- wgx_commands.cs
- ToolStripContentPanel.cs
- CompositeDataBoundControl.cs
- ColumnCollection.cs
- ConstructorArgumentAttribute.cs
- AccessibleObject.cs
- CommentAction.cs
- ButtonFlatAdapter.cs
- ICspAsymmetricAlgorithm.cs
- Executor.cs
- FillErrorEventArgs.cs
- UnmanagedMemoryStream.cs
- SQLInt16.cs
- HtmlInputFile.cs
- VisemeEventArgs.cs
- _SslStream.cs
- Image.cs
- BaseAsyncResult.cs
- ExpressionPrinter.cs
- FileSystemEnumerable.cs
- NetworkInformationException.cs
- EntityDataSourceColumn.cs
- PathFigureCollection.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- SecurityContext.cs
- SqlBuffer.cs
- NavigationHelper.cs
- SendKeys.cs
- MarkupCompilePass1.cs
- UriTemplate.cs
- PathTooLongException.cs
- JavaScriptSerializer.cs
- SafeFileMapViewHandle.cs
- SaveFileDialog.cs
- MetafileHeaderWmf.cs
- XmlSchemaAnyAttribute.cs
- PictureBoxDesigner.cs
- WebPartTracker.cs
- MenuItemCollection.cs
- PropertyChangingEventArgs.cs
- DiffuseMaterial.cs
- Variant.cs
- ImageButton.cs
- TextElement.cs
- WebServiceEnumData.cs
- Message.cs
- ResourceWriter.cs
- AbsoluteQuery.cs
- SequentialActivityDesigner.cs
- XmlStringTable.cs
- InvokeMethod.cs
- SerialStream.cs
- BindingExpressionBase.cs
- EventListenerClientSide.cs
- CompilerScopeManager.cs
- WebPartEditVerb.cs
- TypeConverterAttribute.cs
- UniqueIdentifierService.cs
- DataGridPageChangedEventArgs.cs
- CapabilitiesRule.cs
- DtcInterfaces.cs
- FormattedText.cs
- AddIn.cs
- PrePrepareMethodAttribute.cs
- VerticalAlignConverter.cs
- XPathSelfQuery.cs
- DataRelationCollection.cs
- RepeaterItemCollection.cs
- TreeBuilderBamlTranslator.cs
- DispatcherProcessingDisabled.cs
- Command.cs
- SiteMapDataSource.cs
- CompilationSection.cs
- CheckBoxList.cs
- RegisteredExpandoAttribute.cs
- CommandManager.cs
- GridItemProviderWrapper.cs
- GroupItem.cs
- AppDomainShutdownMonitor.cs
- UnknownBitmapEncoder.cs
- RootAction.cs
- HttpApplication.cs
- UriTemplateClientFormatter.cs
- ReflectionUtil.cs