Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / UIAutomation / UIAutomationClient / MS / Internal / Automation / EventListener.cs / 1 / EventListener.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: // EventListener internal class holds the event data for both client and server sides // // History: // 06/17/2003 : BrendanM Ported to WCP // //--------------------------------------------------------------------------- using System; using System.Windows.Automation; namespace MS.Internal.Automation { // internal class holds the event data for both client and server sides internal class EventListener { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors // full ctor internal EventListener( AutomationEvent eventId, TreeScope scope, AutomationProperty [] properties, UiaCoreApi.UiaCacheRequest cacheRequest ) { _eventId = eventId; _scope = scope; if (properties != null) _properties = (AutomationProperty[])properties.Clone(); else _properties = null; _cacheRequest = cacheRequest; } #endregion Constructors //------------------------------------------------------ // // Internal Properties // //----------------------------------------------------- #region Internal Properties // returns the id of the event this listener represents. internal AutomationEvent EventId { get { return _eventId; } } // returns the array of properties being listened to for property changed events. internal AutomationProperty [] Properties { get { return _properties; } } // return scopt of this event internal TreeScope TreeScope { get { return _scope; } } // returns the list of properties, patterns, etc that we need to prefetch internal UiaCoreApi.UiaCacheRequest CacheRequest { get { return _cacheRequest; } } #endregion Internal Properties //------------------------------------------------------ // // Private Fields // //------------------------------------------------------ #region Private Fields private AutomationEvent _eventId; // the event this listener represents private TreeScope _scope; // fire events based on this scope private AutomationProperty [] _properties; // for property change, indicates the properties we're listening for private UiaCoreApi.UiaCacheRequest _cacheRequest; // properties etc to prefetch #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: // EventListener internal class holds the event data for both client and server sides // // History: // 06/17/2003 : BrendanM Ported to WCP // //--------------------------------------------------------------------------- using System; using System.Windows.Automation; namespace MS.Internal.Automation { // internal class holds the event data for both client and server sides internal class EventListener { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors // full ctor internal EventListener( AutomationEvent eventId, TreeScope scope, AutomationProperty [] properties, UiaCoreApi.UiaCacheRequest cacheRequest ) { _eventId = eventId; _scope = scope; if (properties != null) _properties = (AutomationProperty[])properties.Clone(); else _properties = null; _cacheRequest = cacheRequest; } #endregion Constructors //------------------------------------------------------ // // Internal Properties // //----------------------------------------------------- #region Internal Properties // returns the id of the event this listener represents. internal AutomationEvent EventId { get { return _eventId; } } // returns the array of properties being listened to for property changed events. internal AutomationProperty [] Properties { get { return _properties; } } // return scopt of this event internal TreeScope TreeScope { get { return _scope; } } // returns the list of properties, patterns, etc that we need to prefetch internal UiaCoreApi.UiaCacheRequest CacheRequest { get { return _cacheRequest; } } #endregion Internal Properties //------------------------------------------------------ // // Private Fields // //------------------------------------------------------ #region Private Fields private AutomationEvent _eventId; // the event this listener represents private TreeScope _scope; // fire events based on this scope private AutomationProperty [] _properties; // for property change, indicates the properties we're listening for private UiaCoreApi.UiaCacheRequest _cacheRequest; // properties etc to prefetch #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
- UnicastIPAddressInformationCollection.cs
- IncomingWebRequestContext.cs
- XPathExpr.cs
- DotAtomReader.cs
- OverrideMode.cs
- ImmComposition.cs
- _CookieModule.cs
- PieceNameHelper.cs
- VisualBrush.cs
- SymDocumentType.cs
- ReaderWriterLockWrapper.cs
- SuppressIldasmAttribute.cs
- ListDataBindEventArgs.cs
- CompositeScriptReferenceEventArgs.cs
- CqlLexer.cs
- UnmanagedHandle.cs
- StorageAssociationTypeMapping.cs
- StyleModeStack.cs
- AspNetSynchronizationContext.cs
- CustomSignedXml.cs
- MimeAnyImporter.cs
- HttpListenerRequest.cs
- ReadOnlyKeyedCollection.cs
- SafeEventLogWriteHandle.cs
- URLString.cs
- IDictionary.cs
- CompModSwitches.cs
- TargetControlTypeAttribute.cs
- UshortList2.cs
- StorageRoot.cs
- TextRunProperties.cs
- BitmapDecoder.cs
- BitmapEffectDrawing.cs
- CacheSection.cs
- Condition.cs
- ReaderContextStackData.cs
- InputReferenceExpression.cs
- SynchronizedKeyedCollection.cs
- FixedDocumentPaginator.cs
- ExpressionDumper.cs
- Events.cs
- SQLDecimal.cs
- DataRowComparer.cs
- InvokeProviderWrapper.cs
- EventLogPermissionEntry.cs
- UrlMapping.cs
- DataObject.cs
- DataSetUtil.cs
- StoragePropertyMapping.cs
- FacetDescriptionElement.cs
- ExtendedPropertyCollection.cs
- HMAC.cs
- ParserExtension.cs
- ButtonChrome.cs
- VirtualDirectoryMappingCollection.cs
- ISessionStateStore.cs
- TrackingStringDictionary.cs
- SingleObjectCollection.cs
- ListControlDesigner.cs
- GlyphShapingProperties.cs
- WebPartsPersonalization.cs
- SqlNodeAnnotation.cs
- COAUTHIDENTITY.cs
- BindingBase.cs
- GcSettings.cs
- EmissiveMaterial.cs
- TimerElapsedEvenArgs.cs
- QueueAccessMode.cs
- SqlDataRecord.cs
- CodeComment.cs
- columnmapfactory.cs
- RequestCachePolicyConverter.cs
- AbstractSvcMapFileLoader.cs
- Int32AnimationBase.cs
- log.cs
- UnsafeNativeMethods.cs
- HostingEnvironmentException.cs
- UserPreferenceChangedEventArgs.cs
- FacetValues.cs
- SQLConvert.cs
- Permission.cs
- BaseCollection.cs
- RuleSetCollection.cs
- CodeAccessSecurityEngine.cs
- SimpleWorkerRequest.cs
- DataGridViewRow.cs
- BasicHttpMessageSecurity.cs
- ResourceContainer.cs
- PersonalizationStateQuery.cs
- TypePropertyEditor.cs
- ExpressionsCollectionConverter.cs
- OletxCommittableTransaction.cs
- VirtualDirectoryMapping.cs
- PageClientProxyGenerator.cs
- PermissionToken.cs
- InvocationExpression.cs
- Select.cs
- CroppedBitmap.cs
- DesignerCategoryAttribute.cs
- EnumMember.cs