Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- Point.cs
- DllNotFoundException.cs
- CodeBlockBuilder.cs
- RenderData.cs
- dataobject.cs
- FileLevelControlBuilderAttribute.cs
- Decorator.cs
- EasingKeyFrames.cs
- GridViewHeaderRowPresenter.cs
- IntegerFacetDescriptionElement.cs
- TraceEventCache.cs
- KeyFrames.cs
- DefaultAutoFieldGenerator.cs
- ApplicationException.cs
- DataViewSetting.cs
- ProgressChangedEventArgs.cs
- HGlobalSafeHandle.cs
- TdsParserStaticMethods.cs
- FieldTemplateUserControl.cs
- embossbitmapeffect.cs
- XPathEmptyIterator.cs
- DbDataReader.cs
- XmlCDATASection.cs
- EncoderReplacementFallback.cs
- BitmapData.cs
- CmsUtils.cs
- EntityType.cs
- BitmapInitialize.cs
- EventMappingSettings.cs
- AccessDataSourceWizardForm.cs
- PageEventArgs.cs
- FormsIdentity.cs
- AxHost.cs
- Matrix.cs
- ClusterRegistryConfigurationProvider.cs
- IntegerValidatorAttribute.cs
- SHA512Managed.cs
- TypeBuilder.cs
- ClientSession.cs
- ForwardPositionQuery.cs
- XslVisitor.cs
- Encoding.cs
- InternalControlCollection.cs
- TypeSource.cs
- RuntimeConfigLKG.cs
- PolyLineSegment.cs
- IResourceProvider.cs
- PasswordRecovery.cs
- Drawing.cs
- WebPartTransformerAttribute.cs
- SemanticAnalyzer.cs
- DataServiceClientException.cs
- DataGridTable.cs
- TabItemWrapperAutomationPeer.cs
- ParameterBuilder.cs
- TypeUtils.cs
- IResourceProvider.cs
- WebServicesInteroperability.cs
- DesignerCapabilities.cs
- InvalidCommandTreeException.cs
- PerfService.cs
- TypeValidationEventArgs.cs
- PeerResolverMode.cs
- SeverityFilter.cs
- CodeGroup.cs
- PerformanceCountersElement.cs
- ThousandthOfEmRealDoubles.cs
- CodeBinaryOperatorExpression.cs
- RequestValidator.cs
- isolationinterop.cs
- Run.cs
- ForEachAction.cs
- PageHandlerFactory.cs
- MappingItemCollection.cs
- BindingListCollectionView.cs
- UIElementParagraph.cs
- SmtpFailedRecipientException.cs
- WebResourceAttribute.cs
- SessionState.cs
- CaseInsensitiveOrdinalStringComparer.cs
- CharEnumerator.cs
- ConfigXmlCDataSection.cs
- BidPrivateBase.cs
- EventRouteFactory.cs
- InputReferenceExpression.cs
- DocumentApplicationState.cs
- CallbackDebugBehavior.cs
- DropDownButton.cs
- SystemWebCachingSectionGroup.cs
- PackagePart.cs
- SRGSCompiler.cs
- SiteIdentityPermission.cs
- codemethodreferenceexpression.cs
- MaskedTextBox.cs
- BinaryUtilClasses.cs
- ListBoxItem.cs
- InstanceValue.cs
- WmlTextBoxAdapter.cs
- HistoryEventArgs.cs
- TagPrefixInfo.cs