Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- URIFormatException.cs
- ScriptResourceHandler.cs
- DoubleConverter.cs
- DataRelationCollection.cs
- GridViewSortEventArgs.cs
- RtfControlWordInfo.cs
- WrappedIUnknown.cs
- Accessible.cs
- CatalogPart.cs
- BitmapEffect.cs
- SettingsSavedEventArgs.cs
- AutomationPropertyInfo.cs
- SingleAnimation.cs
- HtmlInputPassword.cs
- TextBoxLine.cs
- ReplacementText.cs
- ConfigurationElement.cs
- IPipelineRuntime.cs
- HtmlTitle.cs
- EntityUtil.cs
- IChannel.cs
- BStrWrapper.cs
- GridEntry.cs
- FolderLevelBuildProviderAppliesToAttribute.cs
- ResolveMatches11.cs
- TextOutput.cs
- DelegatingConfigHost.cs
- LeaseManager.cs
- ParseHttpDate.cs
- ObjectConverter.cs
- ClientProxyGenerator.cs
- InstalledFontCollection.cs
- ViewStateException.cs
- AsymmetricSignatureDeformatter.cs
- oledbmetadatacolumnnames.cs
- SerializationAttributes.cs
- MimeObjectFactory.cs
- XamlPoint3DCollectionSerializer.cs
- WindowsMenu.cs
- WorkflowControlClient.cs
- embossbitmapeffect.cs
- XhtmlBasicListAdapter.cs
- DataPointer.cs
- versioninfo.cs
- ParameterCollection.cs
- SafeNativeMethods.cs
- MultipleFilterMatchesException.cs
- BitmapEffectDrawingContent.cs
- DocumentXmlWriter.cs
- RelationHandler.cs
- ProviderCommandInfoUtils.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- DataSourceHelper.cs
- ValueQuery.cs
- HandlerBase.cs
- AnonymousIdentificationModule.cs
- DataGridViewRowPrePaintEventArgs.cs
- SemanticTag.cs
- Stackframe.cs
- x509utils.cs
- iisPickupDirectory.cs
- StandardToolWindows.cs
- HttpPostServerProtocol.cs
- CustomAttributeBuilder.cs
- ColorKeyFrameCollection.cs
- List.cs
- Binding.cs
- WorkflowMarkupElementEventArgs.cs
- FontSizeConverter.cs
- WindowsFont.cs
- DbConnectionStringBuilder.cs
- EventMappingSettings.cs
- XmlTextAttribute.cs
- PagerSettings.cs
- FolderBrowserDialog.cs
- MergablePropertyAttribute.cs
- CacheModeValueSerializer.cs
- QuestionEventArgs.cs
- Tile.cs
- SecureUICommand.cs
- WindowsSolidBrush.cs
- XmlLanguageConverter.cs
- DbCommandTree.cs
- FloatUtil.cs
- SqlTypeSystemProvider.cs
- ViewPort3D.cs
- LookupNode.cs
- QuaternionKeyFrameCollection.cs
- WorkflowNamespace.cs
- ItemDragEvent.cs
- Application.cs
- ProcessingInstructionAction.cs
- SessionStateModule.cs
- KeyGestureConverter.cs
- GridViewColumnCollectionChangedEventArgs.cs
- DataConnectionHelper.cs
- PenThreadWorker.cs
- VisualTreeUtils.cs
- LocalIdKeyIdentifierClause.cs
- TriggerCollection.cs