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 / AutomationEvent.cs / 1 / AutomationEvent.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: Identifier for Automation Events // // History: // 06/02/2003 : BrendanM Ported to WCP // //--------------------------------------------------------------------------- using System; using MS.Internal.Automation; namespace System.Windows.Automation { ////// Identifier for Automation Events /// #if (INTERNAL_COMPILE) internal class AutomationEvent: AutomationIdentifier #else public class AutomationEvent: AutomationIdentifier #endif { internal AutomationEvent(int id, Guid guid, string programmaticName) : base(UiaCoreTypesApi.AutomationIdType.Event, id, guid, programmaticName) { } ////// internal static AutomationEvent Register(Guid guid, string programmaticName) { return (AutomationEvent)AutomationIdentifier.Register(UiaCoreTypesApi.AutomationIdType.Event, guid, programmaticName); } ////// public static AutomationEvent LookupById(int id) { return (AutomationEvent)AutomationIdentifier.LookupById(UiaCoreTypesApi.AutomationIdType.Event, id); } } } // 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: Identifier for Automation Events // // History: // 06/02/2003 : BrendanM Ported to WCP // //--------------------------------------------------------------------------- using System; using MS.Internal.Automation; namespace System.Windows.Automation { ////// Identifier for Automation Events /// #if (INTERNAL_COMPILE) internal class AutomationEvent: AutomationIdentifier #else public class AutomationEvent: AutomationIdentifier #endif { internal AutomationEvent(int id, Guid guid, string programmaticName) : base(UiaCoreTypesApi.AutomationIdType.Event, id, guid, programmaticName) { } ////// internal static AutomationEvent Register(Guid guid, string programmaticName) { return (AutomationEvent)AutomationIdentifier.Register(UiaCoreTypesApi.AutomationIdType.Event, guid, programmaticName); } ////// public static AutomationEvent LookupById(int id) { return (AutomationEvent)AutomationIdentifier.LookupById(UiaCoreTypesApi.AutomationIdType.Event, id); } } } // 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
- DesignerTransaction.cs
- FunctionCommandText.cs
- ToolStripRenderEventArgs.cs
- BCryptNative.cs
- OperatingSystemVersionCheck.cs
- Size.cs
- WebPartDisplayMode.cs
- TreeViewAutomationPeer.cs
- HashHelpers.cs
- SqlCacheDependency.cs
- Section.cs
- PeerContact.cs
- DateTimeFormat.cs
- DescendantQuery.cs
- PasswordTextContainer.cs
- ProfileParameter.cs
- Calendar.cs
- RpcResponse.cs
- DbSourceCommand.cs
- smtpconnection.cs
- AmbientLight.cs
- PathTooLongException.cs
- _HelperAsyncResults.cs
- DbFunctionCommandTree.cs
- Encoder.cs
- RSAOAEPKeyExchangeFormatter.cs
- GPRECTF.cs
- DesignerDataSchemaClass.cs
- BindingElementExtensionElement.cs
- InvalidOleVariantTypeException.cs
- RepeaterItemCollection.cs
- SimpleNameService.cs
- SafeNativeMethods.cs
- CompositeCollectionView.cs
- HostUtils.cs
- BitmapInitialize.cs
- TagPrefixCollection.cs
- ErrorWebPart.cs
- MsmqBindingFilter.cs
- PaginationProgressEventArgs.cs
- Interlocked.cs
- _DisconnectOverlappedAsyncResult.cs
- XslCompiledTransform.cs
- TransformCryptoHandle.cs
- FormsIdentity.cs
- PropertyCollection.cs
- ListBoxItem.cs
- StringValidatorAttribute.cs
- HttpCacheVaryByContentEncodings.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- TableRowCollection.cs
- SoapRpcServiceAttribute.cs
- ValidationService.cs
- UnknownBitmapDecoder.cs
- WorkflowElementDialog.cs
- ConnectionManagementSection.cs
- RowUpdatedEventArgs.cs
- DrawingGroup.cs
- XPathPatternBuilder.cs
- SystemKeyConverter.cs
- TaiwanCalendar.cs
- FirewallWrapper.cs
- InputProcessorProfiles.cs
- TableSectionStyle.cs
- X509SubjectKeyIdentifierClause.cs
- PropertySourceInfo.cs
- clipboard.cs
- Fonts.cs
- BamlLocalizer.cs
- NameValueConfigurationCollection.cs
- WebBrowserSiteBase.cs
- ItemsControlAutomationPeer.cs
- CreateUserWizard.cs
- BindingContext.cs
- SerializationFieldInfo.cs
- EntityDesignerDataSourceView.cs
- BooleanStorage.cs
- Latin1Encoding.cs
- GreenMethods.cs
- ProtocolsConfiguration.cs
- IList.cs
- ComboBoxAutomationPeer.cs
- DecodeHelper.cs
- Statements.cs
- HwndKeyboardInputProvider.cs
- DependencyPropertyChangedEventArgs.cs
- BamlReader.cs
- HtmlButton.cs
- CngUIPolicy.cs
- TypePropertyEditor.cs
- PropertyGridEditorPart.cs
- ProcessModelSection.cs
- CompatibleComparer.cs
- OleDbConnection.cs
- LinqDataSource.cs
- XmlSchema.cs
- StrongNameIdentityPermission.cs
- LinqDataSourceStatusEventArgs.cs
- CompilationPass2TaskInternal.cs
- Point3DCollection.cs