Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- ListViewDeleteEventArgs.cs
- CannotUnloadAppDomainException.cs
- XmlQueryRuntime.cs
- Decimal.cs
- DataObjectAttribute.cs
- DataGridColumn.cs
- DataGridViewSelectedColumnCollection.cs
- WebPartMovingEventArgs.cs
- DynamicRenderer.cs
- CultureSpecificCharacterBufferRange.cs
- DataControlFieldCollection.cs
- ElementsClipboardData.cs
- XmlAttributes.cs
- SrgsGrammarCompiler.cs
- SafeProcessHandle.cs
- DesignerVerb.cs
- State.cs
- RawAppCommandInputReport.cs
- PropertyInfoSet.cs
- ConfigXmlElement.cs
- SystemParameters.cs
- DesignRelation.cs
- XamlInt32CollectionSerializer.cs
- TerminatorSinks.cs
- ObjectStateEntryDbDataRecord.cs
- PersonalizationStateInfoCollection.cs
- PrivateFontCollection.cs
- AnnotationResource.cs
- EncoderReplacementFallback.cs
- SqlDataSourceEnumerator.cs
- UInt16.cs
- Task.cs
- InlinedAggregationOperatorEnumerator.cs
- EmptyImpersonationContext.cs
- PeerApplicationLaunchInfo.cs
- DesignTable.cs
- FunctionImportElement.cs
- EntryPointNotFoundException.cs
- XamlStyleSerializer.cs
- XmlHierarchicalDataSourceView.cs
- WebControlsSection.cs
- HTTPNotFoundHandler.cs
- CodeStatement.cs
- PageMediaSize.cs
- UriSectionReader.cs
- CharStorage.cs
- BrowserDefinitionCollection.cs
- BoundField.cs
- BindingMAnagerBase.cs
- wmiprovider.cs
- IdentifierCollection.cs
- SecurityUtils.cs
- ShaperBuffers.cs
- PropertyEmitter.cs
- XPathCompileException.cs
- KnownBoxes.cs
- PersistenceMetadataNamespace.cs
- SectionVisual.cs
- NoPersistProperty.cs
- AliasedSlot.cs
- IDictionary.cs
- Win32Native.cs
- grammarelement.cs
- Pair.cs
- TextEmbeddedObject.cs
- AlignmentXValidation.cs
- XmlDocumentSerializer.cs
- AnnotationObservableCollection.cs
- IISMapPath.cs
- OutputCacheProfileCollection.cs
- XpsSerializerWriter.cs
- HtmlInputText.cs
- UDPClient.cs
- CredentialManagerDialog.cs
- ConvertersCollection.cs
- DataExpression.cs
- InputMethodStateChangeEventArgs.cs
- SafeFileMappingHandle.cs
- CodeAttributeArgumentCollection.cs
- CodeDomLoader.cs
- ReachDocumentReferenceCollectionSerializer.cs
- XmlILAnnotation.cs
- EmptyStringExpandableObjectConverter.cs
- LinqExpressionNormalizer.cs
- DataRelationPropertyDescriptor.cs
- Transform.cs
- SpotLight.cs
- DataGridTableCollection.cs
- DataGridViewCheckBoxCell.cs
- DispatcherTimer.cs
- SQLMembershipProvider.cs
- CacheModeConverter.cs
- SpotLight.cs
- ActivityExecutorOperation.cs
- CodeSnippetCompileUnit.cs
- OleDbSchemaGuid.cs
- ProtocolsSection.cs
- GridToolTip.cs
- NonVisualControlAttribute.cs
- CodeDOMUtility.cs