Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / AccessibleTech / longhorn / Automation / UIAutomationTypes / System / Windows / Automation / InvokePatternIdentifiers.cs / 1 / InvokePatternIdentifiers.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: Automation Identifiers for Invoke Pattern // // History: // 04/15/2005 : [....] Added // //--------------------------------------------------------------------------- using System; using MS.Internal.Automation; namespace System.Windows.Automation { ////// Represents objects that have a single, unambiguous, action associated with them. /// /// Examples of UI that implments this includes: /// Push buttons /// Hyperlinks /// Menu items /// Radio buttons /// Check boxes /// #if (INTERNAL_COMPILE) internal static class InvokePatternIdentifiers #else public static class InvokePatternIdentifiers #endif { //----------------------------------------------------- // // Public Constants / Readonly Fields // //----------------------------------------------------- #region Public Constants and Readonly Fields ///Invokable pattern public static readonly AutomationPattern Pattern = AutomationPattern.Register(AutomationIdentifierGuids.Invoke_Pattern, "InvokePatternIdentifiers.Pattern"); ///Event ID: Invoked - event used to watch for Invokable pattern Invoked events public static readonly AutomationEvent InvokedEvent = AutomationEvent.Register(AutomationIdentifierGuids.Invoke_Invoked_Event, "InvokePatternIdentifiers.InvokedEvent"); #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
- UniqueEventHelper.cs
- Graphics.cs
- FixedTextSelectionProcessor.cs
- StylusPoint.cs
- configsystem.cs
- AudioBase.cs
- TextFragmentEngine.cs
- OdbcCommand.cs
- XmlObjectSerializerContext.cs
- WebPartMovingEventArgs.cs
- DesignRelation.cs
- RTLAwareMessageBox.cs
- EntityType.cs
- InputReport.cs
- DynamicQueryableWrapper.cs
- XPathSingletonIterator.cs
- SerializationTrace.cs
- WrapPanel.cs
- XmlUnspecifiedAttribute.cs
- InfoCardTraceRecord.cs
- WindowVisualStateTracker.cs
- ItemCheckEvent.cs
- BlurBitmapEffect.cs
- mda.cs
- XhtmlBasicImageAdapter.cs
- HtmlElementEventArgs.cs
- DataGridViewColumnDesigner.cs
- StandardToolWindows.cs
- Panel.cs
- FactoryMaker.cs
- TrustManagerMoreInformation.cs
- VersionPair.cs
- SqlBuffer.cs
- PathTooLongException.cs
- SR.cs
- FormCollection.cs
- WebCategoryAttribute.cs
- BitmapEncoder.cs
- TimeBoundedCache.cs
- ContentFilePart.cs
- SqlInternalConnection.cs
- DynamicRenderer.cs
- MenuItemBinding.cs
- CollectionViewProxy.cs
- ActivityCollectionMarkupSerializer.cs
- EntityContainerRelationshipSetEnd.cs
- IBuiltInEvidence.cs
- QueryConverter.cs
- WebEvents.cs
- MarkupExtensionSerializer.cs
- MdiWindowListItemConverter.cs
- EventRoute.cs
- AudioBase.cs
- BufferedWebEventProvider.cs
- SettingsAttributeDictionary.cs
- MsmqIntegrationProcessProtocolHandler.cs
- ZipIORawDataFileBlock.cs
- EntityDataSourceUtil.cs
- MultiBinding.cs
- AppSettingsReader.cs
- PersonalizableTypeEntry.cs
- ManipulationPivot.cs
- XmlElementAttributes.cs
- QilStrConcatenator.cs
- ThreadStartException.cs
- SoapIncludeAttribute.cs
- tooltip.cs
- WebPartMovingEventArgs.cs
- PerspectiveCamera.cs
- TabPanel.cs
- Utility.cs
- XPathAncestorQuery.cs
- InternalRelationshipCollection.cs
- FontCacheUtil.cs
- SmiGettersStream.cs
- ManualResetEvent.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- HtmlMeta.cs
- PerfCounters.cs
- CodeGenerationManager.cs
- BoundingRectTracker.cs
- GetPageCompletedEventArgs.cs
- NativeMethods.cs
- DecoderExceptionFallback.cs
- Convert.cs
- Stack.cs
- X509RecipientCertificateClientElement.cs
- SmiRecordBuffer.cs
- COM2TypeInfoProcessor.cs
- StickyNote.cs
- SpeakCompletedEventArgs.cs
- ExpressionConverter.cs
- CharacterString.cs
- Update.cs
- LicenseContext.cs
- QilVisitor.cs
- TextElement.cs
- MessageSecurityOverHttpElement.cs
- TimersDescriptionAttribute.cs
- Symbol.cs