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
- TimeSpanMinutesOrInfiniteConverter.cs
- BitmapMetadata.cs
- TCPListener.cs
- SqlDataSourceParameterParser.cs
- Exceptions.cs
- DataServiceOperationContext.cs
- FlowPanelDesigner.cs
- XmlWrappingReader.cs
- TemplatePagerField.cs
- OleDbException.cs
- RegexTypeEditor.cs
- fixedPageContentExtractor.cs
- SystemNetHelpers.cs
- PageClientProxyGenerator.cs
- IdentityHolder.cs
- SystemIcons.cs
- TextTreeNode.cs
- UnsafeNativeMethodsTablet.cs
- Confirm.cs
- HttpCachePolicyElement.cs
- ReferencedAssembly.cs
- PersonalizationAdministration.cs
- HttpAsyncResult.cs
- HttpRequestTraceRecord.cs
- ConfigurationValue.cs
- ManagedCodeMarkers.cs
- AnonymousIdentificationSection.cs
- wpf-etw.cs
- DoubleAnimation.cs
- ObjectViewListener.cs
- Pen.cs
- CustomPopupPlacement.cs
- _HeaderInfo.cs
- FullTextBreakpoint.cs
- externdll.cs
- XmlDomTextWriter.cs
- SqlVersion.cs
- FrameAutomationPeer.cs
- CalendarTable.cs
- HandlerBase.cs
- FormsAuthenticationUser.cs
- DbProviderServices.cs
- CheckBox.cs
- BitmapEffectInput.cs
- SQLGuidStorage.cs
- LogManagementAsyncResult.cs
- TextRange.cs
- CacheDependency.cs
- IndividualDeviceConfig.cs
- LinkButton.cs
- RectangleConverter.cs
- BitmapPalette.cs
- TypeConverter.cs
- HttpModuleAction.cs
- TileBrush.cs
- ContextMenuStripGroup.cs
- ItemsPanelTemplate.cs
- AlternationConverter.cs
- InputBinding.cs
- FieldValue.cs
- EventLogPermissionAttribute.cs
- NameGenerator.cs
- EventLogPermission.cs
- WebPartCollection.cs
- ExtensionFile.cs
- PageScaling.cs
- PageEventArgs.cs
- SupportsEventValidationAttribute.cs
- NavigationPropertyEmitter.cs
- PointUtil.cs
- PolicyLevel.cs
- InlineUIContainer.cs
- InvokePattern.cs
- ParameterRetriever.cs
- BufferBuilder.cs
- MetadataException.cs
- InfoCardRSAPKCS1KeyExchangeDeformatter.cs
- StorageMappingItemLoader.cs
- Image.cs
- PerformanceCounters.cs
- LinqDataSourceView.cs
- CacheMode.cs
- ThreadSafeList.cs
- XmlResolver.cs
- CommandEventArgs.cs
- InputMethodStateChangeEventArgs.cs
- ErrorCodes.cs
- PKCS1MaskGenerationMethod.cs
- MSHTMLHostUtil.cs
- DataSet.cs
- WebPartUtil.cs
- DurableInstancingOptions.cs
- DoubleCollectionValueSerializer.cs
- TableDetailsCollection.cs
- MonthChangedEventArgs.cs
- SafeFileMapViewHandle.cs
- MediaPlayer.cs
- DataColumnChangeEvent.cs
- ConnectorEditor.cs
- OperationExecutionFault.cs