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
- TraceContextRecord.cs
- IndependentAnimationStorage.cs
- IgnoreFileBuildProvider.cs
- AspNetSynchronizationContext.cs
- XmlSchemaParticle.cs
- ClearCollection.cs
- LassoHelper.cs
- ColorTransformHelper.cs
- SafeNativeMethods.cs
- SendOperation.cs
- Activity.cs
- ComContractElement.cs
- UrlRoutingHandler.cs
- ManifestResourceInfo.cs
- UnauthorizedWebPart.cs
- AnnotationDocumentPaginator.cs
- FormViewPageEventArgs.cs
- PolicyDesigner.cs
- VectorCollection.cs
- ReadWriteSpinLock.cs
- ParentUndoUnit.cs
- DispatcherExceptionFilterEventArgs.cs
- ProviderConnectionPointCollection.cs
- XamlSerializer.cs
- ConstraintCollection.cs
- XmlAnyElementAttributes.cs
- RegexCompilationInfo.cs
- Parser.cs
- RuntimeUtils.cs
- WebBrowserEvent.cs
- SafePointer.cs
- WebPartDeleteVerb.cs
- DrawingImage.cs
- MtomMessageEncodingBindingElement.cs
- InputMethodStateChangeEventArgs.cs
- Rights.cs
- AutomationEventArgs.cs
- HtmlMobileTextWriter.cs
- Matrix3DValueSerializer.cs
- InputBindingCollection.cs
- StatusBar.cs
- FixedNode.cs
- ReferenceEqualityComparer.cs
- XmlSchemaSimpleContentExtension.cs
- CallContext.cs
- RuntimeResourceSet.cs
- TextRenderer.cs
- DeflateStream.cs
- HttpModuleActionCollection.cs
- AsyncCompletedEventArgs.cs
- SoapMessage.cs
- Rect3D.cs
- WebPartZoneCollection.cs
- AttributeAction.cs
- ActiveDocumentEvent.cs
- FieldMetadata.cs
- NumberFormatter.cs
- Missing.cs
- TypeDescriptor.cs
- MobileTemplatedControlDesigner.cs
- DataFieldConverter.cs
- DefaultParameterValueAttribute.cs
- GC.cs
- LicenseProviderAttribute.cs
- SiteMapHierarchicalDataSourceView.cs
- RoleServiceManager.cs
- Exception.cs
- Pair.cs
- RightsManagementEncryptedStream.cs
- HandleRef.cs
- TextPattern.cs
- DbConnectionStringBuilder.cs
- StaticDataManager.cs
- ProcessManager.cs
- AssemblySettingAttributes.cs
- ProviderMetadata.cs
- TaiwanLunisolarCalendar.cs
- QuaternionConverter.cs
- ImageListUtils.cs
- DrawingState.cs
- Track.cs
- BamlLocalizableResourceKey.cs
- WebServiceEndpoint.cs
- StrokeDescriptor.cs
- SqlConnectionHelper.cs
- ListenerConfig.cs
- UnsafeNativeMethods.cs
- FacetChecker.cs
- PermissionAttributes.cs
- MessageParameterAttribute.cs
- XmlLanguage.cs
- SafeBitVector32.cs
- OdbcUtils.cs
- Label.cs
- UriScheme.cs
- ViewStateModeByIdAttribute.cs
- SkinBuilder.cs
- ToolStripRendererSwitcher.cs
- MultiView.cs
- SafeJobHandle.cs