Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / UIAutomation / 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 : MKarr 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. //---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: Automation Identifiers for Invoke Pattern // // History: // 04/15/2005 : MKarr 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
- VectorAnimationUsingKeyFrames.cs
- HierarchicalDataBoundControlAdapter.cs
- WebServiceData.cs
- DBCommandBuilder.cs
- XmlSchemaSimpleContentExtension.cs
- SmiMetaDataProperty.cs
- GeneralTransform3DCollection.cs
- TimelineGroup.cs
- MergeLocalizationDirectives.cs
- DragDropHelper.cs
- SrgsDocument.cs
- StaticExtensionConverter.cs
- ComboBox.cs
- PasswordTextNavigator.cs
- BamlVersionHeader.cs
- Int16AnimationBase.cs
- MailMessage.cs
- CFStream.cs
- TypeElement.cs
- precedingsibling.cs
- TypeUtil.cs
- TrackingSection.cs
- SqlDataSourceCache.cs
- PersianCalendar.cs
- HelpProvider.cs
- FirstMatchCodeGroup.cs
- SourceSwitch.cs
- TransactionBehavior.cs
- SerializerWriterEventHandlers.cs
- XmlIgnoreAttribute.cs
- CodeNamespaceCollection.cs
- CodeMemberProperty.cs
- WizardPanelChangingEventArgs.cs
- RemotingSurrogateSelector.cs
- NumberFormatter.cs
- TemplateControlParser.cs
- xamlnodes.cs
- LogicalMethodInfo.cs
- ToolStripHighContrastRenderer.cs
- ValidationErrorCollection.cs
- DropDownList.cs
- ServicePoint.cs
- ConstructorBuilder.cs
- PackUriHelper.cs
- CompressedStack.cs
- TransformPattern.cs
- PolicyException.cs
- CodeAccessSecurityEngine.cs
- WebPartTransformerCollection.cs
- TypeContext.cs
- TaiwanCalendar.cs
- GuidelineCollection.cs
- ResourcesGenerator.cs
- ASCIIEncoding.cs
- IndexingContentUnit.cs
- VariableAction.cs
- TextSpanModifier.cs
- Lease.cs
- WebSysDefaultValueAttribute.cs
- BrowserInteropHelper.cs
- StaticResourceExtension.cs
- GridViewEditEventArgs.cs
- AnimationClockResource.cs
- SharedPersonalizationStateInfo.cs
- MetadataWorkspace.cs
- FileController.cs
- HandleScope.cs
- MD5CryptoServiceProvider.cs
- TrackingProfileDeserializationException.cs
- TransformPatternIdentifiers.cs
- dtdvalidator.cs
- BooleanAnimationBase.cs
- TcpHostedTransportConfiguration.cs
- ExtendLockAsyncResult.cs
- IDQuery.cs
- ADMembershipUser.cs
- Label.cs
- SchemaImporterExtensionElementCollection.cs
- TimeIntervalCollection.cs
- DbUpdateCommandTree.cs
- BindingCompleteEventArgs.cs
- CompiledIdentityConstraint.cs
- MsmqIntegrationOutputChannel.cs
- CodeBlockBuilder.cs
- InvalidCommandTreeException.cs
- StdValidatorsAndConverters.cs
- WinCategoryAttribute.cs
- PartBasedPackageProperties.cs
- Converter.cs
- SharedPersonalizationStateInfo.cs
- PageHandlerFactory.cs
- SystemGatewayIPAddressInformation.cs
- OleDbPropertySetGuid.cs
- DbParameterCollection.cs
- XhtmlBasicLinkAdapter.cs
- Profiler.cs
- DataGridColumnHeaderItemAutomationPeer.cs
- DateTimeFormat.cs
- DebugInfoGenerator.cs
- Keyboard.cs