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
- TrustSection.cs
- Metadata.cs
- SemanticBasicElement.cs
- FontFamily.cs
- InfoCardTraceRecord.cs
- InvalidPrinterException.cs
- SchemaSetCompiler.cs
- ObjectCacheHost.cs
- JapaneseLunisolarCalendar.cs
- FixedSOMLineCollection.cs
- OciEnlistContext.cs
- DBPropSet.cs
- ItemCheckEvent.cs
- CodeDomSerializationProvider.cs
- TransactionContext.cs
- sqlstateclientmanager.cs
- InterleavedZipPartStream.cs
- Pool.cs
- TaskResultSetter.cs
- CodeTypeReference.cs
- SoapObjectReader.cs
- RenderCapability.cs
- SessionEndedEventArgs.cs
- DictionaryEditChange.cs
- QueryOutputWriterV1.cs
- InvalidFilterCriteriaException.cs
- DispatcherHooks.cs
- ComponentChangedEvent.cs
- DbMetaDataCollectionNames.cs
- Guid.cs
- ManifestSignedXml.cs
- METAHEADER.cs
- DiscriminatorMap.cs
- EdmProviderManifest.cs
- PackWebRequest.cs
- RewritingPass.cs
- DesignerActionKeyboardBehavior.cs
- DataTableMappingCollection.cs
- ContextMenu.cs
- DataBindingCollection.cs
- ProxyWebPart.cs
- XmlChildNodes.cs
- EntityReference.cs
- CursorInteropHelper.cs
- OutOfMemoryException.cs
- UncommonField.cs
- XmlSchemaAttribute.cs
- MruCache.cs
- PromptBuilder.cs
- UDPClient.cs
- TextRange.cs
- XmlNotation.cs
- ApplicationFileCodeDomTreeGenerator.cs
- SessionIDManager.cs
- SqlMultiplexer.cs
- TextLineResult.cs
- ImportCatalogPart.cs
- RadioButton.cs
- ApplicationContext.cs
- TouchFrameEventArgs.cs
- ToolStripDropDownClosedEventArgs.cs
- EventSinkHelperWriter.cs
- TreeViewItem.cs
- ConditionalAttribute.cs
- GeometryCombineModeValidation.cs
- XmlSchemaSimpleType.cs
- CompletionBookmark.cs
- ValueProviderWrapper.cs
- AllMembershipCondition.cs
- AllMembershipCondition.cs
- HttpCachePolicy.cs
- ProjectedSlot.cs
- CodeMemberMethod.cs
- ButtonChrome.cs
- GuidConverter.cs
- CompiledQueryCacheEntry.cs
- DataGridViewRow.cs
- EventRoute.cs
- BindingsCollection.cs
- ProcessThreadCollection.cs
- StateItem.cs
- COM2IManagedPerPropertyBrowsingHandler.cs
- GrammarBuilderDictation.cs
- ChannelSinkStacks.cs
- CompoundFileStorageReference.cs
- SqlConnectionStringBuilder.cs
- SecurityUtils.cs
- UnorderedHashRepartitionStream.cs
- Environment.cs
- NullExtension.cs
- EdmItemCollection.cs
- DoubleAverageAggregationOperator.cs
- VisualTreeHelper.cs
- DataBoundLiteralControl.cs
- OutputScope.cs
- AsyncResult.cs
- DifferencingCollection.cs
- HopperCache.cs
- TableLayoutCellPaintEventArgs.cs
- TextTreeExtractElementUndoUnit.cs