Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / UIAutomation / UIAutomationClient / System / Windows / Automation / InvokePattern.cs / 1 / InvokePattern.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: Client-side wrapper for Invoke Pattern // // History: // 06/23/2003 : BrendanM Ported to WCP // //--------------------------------------------------------------------------- using System; using System.Windows.Automation.Provider; 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 class InvokePattern: BasePattern #else public class InvokePattern: BasePattern #endif { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors private InvokePattern(AutomationElement el, SafePatternHandle hPattern) : base(el, hPattern) { _hPattern = hPattern; } #endregion Constructors //------------------------------------------------------ // // Public Constants / Readonly Fields // //----------------------------------------------------- #region Public Constants and Readonly Fields ///Invokable pattern public static readonly AutomationPattern Pattern = InvokePatternIdentifiers.Pattern; ///Event ID: Invoked - event used to watch for Invokable pattern Invoked events public static readonly AutomationEvent InvokedEvent = InvokePatternIdentifiers.InvokedEvent; #endregion Public Constants and Readonly Fields //------------------------------------------------------ // // Public Methods // //------------------------------------------------------ #region Public Methods ////// Request that the control initiate its action. /// Should return immediately without blocking. /// There is no way to determine what happened, when it happend, or whether /// anything happened at all. /// /// ////// This API does not work inside the secure execution environment. /// public void Invoke() { UiaCoreApi.InvokePattern_Invoke(_hPattern); } #endregion Public Methods //----------------------------------------------------- // // Public Properties // //------------------------------------------------------ #region Public Properties // No properties #endregion Public Properties //----------------------------------------------------- // // Internal Methods // //----------------------------------------------------- #region Internal Methods internal static object Wrap(AutomationElement el, SafePatternHandle hPattern, bool cached) { return new InvokePattern(el, hPattern); } #endregion Internal Methods //----------------------------------------------------- // // Private Fields // //------------------------------------------------------ #region Private Fields private SafePatternHandle _hPattern; #endregion Private 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: Client-side wrapper for Invoke Pattern // // History: // 06/23/2003 : BrendanM Ported to WCP // //--------------------------------------------------------------------------- using System; using System.Windows.Automation.Provider; 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 class InvokePattern: BasePattern #else public class InvokePattern: BasePattern #endif { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors private InvokePattern(AutomationElement el, SafePatternHandle hPattern) : base(el, hPattern) { _hPattern = hPattern; } #endregion Constructors //------------------------------------------------------ // // Public Constants / Readonly Fields // //----------------------------------------------------- #region Public Constants and Readonly Fields ///Invokable pattern public static readonly AutomationPattern Pattern = InvokePatternIdentifiers.Pattern; ///Event ID: Invoked - event used to watch for Invokable pattern Invoked events public static readonly AutomationEvent InvokedEvent = InvokePatternIdentifiers.InvokedEvent; #endregion Public Constants and Readonly Fields //------------------------------------------------------ // // Public Methods // //------------------------------------------------------ #region Public Methods ////// Request that the control initiate its action. /// Should return immediately without blocking. /// There is no way to determine what happened, when it happend, or whether /// anything happened at all. /// /// ////// This API does not work inside the secure execution environment. /// public void Invoke() { UiaCoreApi.InvokePattern_Invoke(_hPattern); } #endregion Public Methods //----------------------------------------------------- // // Public Properties // //------------------------------------------------------ #region Public Properties // No properties #endregion Public Properties //----------------------------------------------------- // // Internal Methods // //----------------------------------------------------- #region Internal Methods internal static object Wrap(AutomationElement el, SafePatternHandle hPattern, bool cached) { return new InvokePattern(el, hPattern); } #endregion Internal Methods //----------------------------------------------------- // // Private Fields // //------------------------------------------------------ #region Private Fields private SafePatternHandle _hPattern; #endregion Private 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
- DataRowChangeEvent.cs
- CustomError.cs
- EntityDataSourceReferenceGroup.cs
- ContainerVisual.cs
- ContextStaticAttribute.cs
- HttpAsyncResult.cs
- IInstanceTable.cs
- WindowsRebar.cs
- NativeCompoundFileAPIs.cs
- DataBindEngine.cs
- HttpAsyncResult.cs
- GPStream.cs
- EdgeProfileValidation.cs
- Suspend.cs
- Funcletizer.cs
- UInt64.cs
- DtdParser.cs
- ValidationRuleCollection.cs
- DockingAttribute.cs
- Switch.cs
- XmlSecureResolver.cs
- TextFormatterContext.cs
- documentation.cs
- SimpleTypeResolver.cs
- ConnectionManagementElement.cs
- TimersDescriptionAttribute.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- DataRowExtensions.cs
- ComponentEvent.cs
- Transform.cs
- UICuesEvent.cs
- FieldNameLookup.cs
- MimeTextImporter.cs
- Util.cs
- ThicknessAnimationBase.cs
- XmlSchemaElement.cs
- DataRowComparer.cs
- ManagementObject.cs
- TextReader.cs
- BuildManagerHost.cs
- CompositeActivityCodeGenerator.cs
- OleDbConnection.cs
- Choices.cs
- OleDbEnumerator.cs
- EventRouteFactory.cs
- ValidationError.cs
- NameSpaceExtractor.cs
- ContainerControl.cs
- DBConnection.cs
- BuildDependencySet.cs
- SerializationInfoEnumerator.cs
- RichTextBox.cs
- TailPinnedEventArgs.cs
- Point.cs
- DataGridViewCellValueEventArgs.cs
- SqlBinder.cs
- RSAOAEPKeyExchangeDeformatter.cs
- CounterCreationData.cs
- SizeFConverter.cs
- InkCollectionBehavior.cs
- ModelToObjectValueConverter.cs
- StylusCaptureWithinProperty.cs
- SchemaNames.cs
- LocatorPart.cs
- GradientStopCollection.cs
- EditorZone.cs
- DispatcherFrame.cs
- ButtonDesigner.cs
- TextFormattingConverter.cs
- ResourceManager.cs
- ChannelServices.cs
- TableColumnCollectionInternal.cs
- OptimalBreakSession.cs
- InputGestureCollection.cs
- TextClipboardData.cs
- TextEditorSelection.cs
- XmlSignificantWhitespace.cs
- XmlSerializer.cs
- XmlElementAttributes.cs
- BinaryKeyIdentifierClause.cs
- SymmetricSecurityProtocolFactory.cs
- UnknownBitmapDecoder.cs
- ScrollItemPattern.cs
- ConnectionInterfaceCollection.cs
- TextServicesCompartment.cs
- SqlUserDefinedTypeAttribute.cs
- ErasingStroke.cs
- RegexCompilationInfo.cs
- DefaultProxySection.cs
- FunctionUpdateCommand.cs
- BaseValidator.cs
- TextProviderWrapper.cs
- RootBrowserWindow.cs
- BaseInfoTable.cs
- OdbcConnectionString.cs
- SatelliteContractVersionAttribute.cs
- DbConnectionClosed.cs
- HttpCachePolicy.cs
- ImageCollectionCodeDomSerializer.cs
- BackgroundWorker.cs