Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- ImageBrush.cs
- OpenFileDialog.cs
- MethodAccessException.cs
- PolyLineSegment.cs
- FixedSOMImage.cs
- ReadOnlyDataSourceView.cs
- SlipBehavior.cs
- SettingsSavedEventArgs.cs
- ValidatedControlConverter.cs
- XmlBaseWriter.cs
- DataTableReaderListener.cs
- ProfessionalColorTable.cs
- securitycriticaldata.cs
- CdpEqualityComparer.cs
- InstancePersistence.cs
- elementinformation.cs
- XmlAnyAttributeAttribute.cs
- LockRecursionException.cs
- SerializerDescriptor.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- BitmapMetadataEnumerator.cs
- SecurityCookieModeValidator.cs
- Rotation3D.cs
- XmlSchemaInclude.cs
- SimpleExpression.cs
- SliderAutomationPeer.cs
- FreeFormDragDropManager.cs
- HostingPreferredMapPath.cs
- AnnotationComponentManager.cs
- ApplicationManager.cs
- QilInvoke.cs
- LongTypeConverter.cs
- ResourceExpressionEditor.cs
- RealProxy.cs
- DownloadProgressEventArgs.cs
- RtType.cs
- DesignSurfaceEvent.cs
- FileUpload.cs
- RangeValidator.cs
- ParserStack.cs
- Path.cs
- OleDbCommandBuilder.cs
- ElementAction.cs
- MultiAsyncResult.cs
- XPathQilFactory.cs
- CodeSnippetCompileUnit.cs
- XmlSerializableWriter.cs
- MemberCollection.cs
- SqlDependencyListener.cs
- XslTransform.cs
- MissingSatelliteAssemblyException.cs
- PointKeyFrameCollection.cs
- IisTraceWebEventProvider.cs
- Animatable.cs
- ToolStripContentPanelRenderEventArgs.cs
- RegisteredDisposeScript.cs
- Hex.cs
- DbConnectionFactory.cs
- InvalidPipelineStoreException.cs
- Thumb.cs
- ReflectPropertyDescriptor.cs
- ADMembershipUser.cs
- thaishape.cs
- BigInt.cs
- TabControlEvent.cs
- GroupQuery.cs
- SiteMapProvider.cs
- NavigateUrlConverter.cs
- ConsoleKeyInfo.cs
- NodeCounter.cs
- LogicalTreeHelper.cs
- CompilationUtil.cs
- ReachSerializationCacheItems.cs
- BezierSegment.cs
- FontWeights.cs
- EventHandlerList.cs
- WithStatement.cs
- WebControl.cs
- Geometry.cs
- SqlClientWrapperSmiStreamChars.cs
- TemplatePagerField.cs
- DBDataPermissionAttribute.cs
- DesignSurfaceCollection.cs
- BamlMapTable.cs
- DoubleAnimationBase.cs
- OverflowException.cs
- SQLGuidStorage.cs
- Base64Decoder.cs
- ValueUtilsSmi.cs
- BasicHttpSecurityElement.cs
- FilterableAttribute.cs
- ElementMarkupObject.cs
- CalendarDay.cs
- LambdaCompiler.Expressions.cs
- SmtpFailedRecipientsException.cs
- ComponentChangingEvent.cs
- LinqTreeNodeEvaluator.cs
- ConditionCollection.cs
- HttpResponseHeader.cs
- SiteMapNodeItemEventArgs.cs