Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / AccessibleTech / longhorn / Automation / UIAutomationClient / MS / Internal / Automation / AutomationPatternInfo.cs / 1 / AutomationPatternInfo.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: class containing information about an automation property // // History: // 06/04/2003 : [....] Ported to WCP // //--------------------------------------------------------------------------- using System; using System.Windows.Automation; namespace MS.Internal.Automation { // struct containing information about an automation property internal delegate object WrapObjectClientSide(AutomationElement el, SafePatternHandle hPattern, bool cached); internal class AutomationPatternInfo { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors public AutomationPatternInfo( AutomationPattern id, AutomationProperty [ ] properties, WrapObjectClientSide clientSideWrapper ) { _id = id; _properties = properties; _clientSideWrapper = clientSideWrapper; } #endregion Constructors //------------------------------------------------------ // // Internal Properties // //----------------------------------------------------- #region Internal Properties internal AutomationPattern ID { get { return _id; } } internal AutomationProperty [ ] Properties { get { return _properties; } } internal WrapObjectClientSide ClientSideWrapper { get { return _clientSideWrapper; } } #endregion Internal Properties //------------------------------------------------------ // // Private Fields // //------------------------------------------------------ #region Private Fields private AutomationPattern _id; private AutomationProperty [ ] _properties; private WrapObjectClientSide _clientSideWrapper; #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
- VersionedStreamOwner.cs
- ColumnMapProcessor.cs
- ACE.cs
- BitmapMetadata.cs
- DataGridViewColumnDesigner.cs
- CacheEntry.cs
- NamedPipeConnectionPool.cs
- XmlStreamStore.cs
- WebDescriptionAttribute.cs
- StandardMenuStripVerb.cs
- ImageUrlEditor.cs
- WorkflowApplicationAbortedEventArgs.cs
- Tablet.cs
- WebEventTraceProvider.cs
- ProtocolsConfigurationEntry.cs
- ObjectSecurity.cs
- HttpResponseInternalWrapper.cs
- ValidatingReaderNodeData.cs
- QilNode.cs
- loginstatus.cs
- DataGridViewSelectedCellCollection.cs
- SerializableAttribute.cs
- DescendentsWalkerBase.cs
- DesignerUtility.cs
- CollectionViewSource.cs
- KeyValuePairs.cs
- ExportException.cs
- KeyboardNavigation.cs
- ProviderManager.cs
- ToolStripDropDownItem.cs
- Globals.cs
- SHA384.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- Point3DAnimationUsingKeyFrames.cs
- SystemIcmpV4Statistics.cs
- DataGridViewCellStyle.cs
- DataGridTextBoxColumn.cs
- XmlSignatureManifest.cs
- AutomationAttributeInfo.cs
- ColorPalette.cs
- PropertyGridDesigner.cs
- TabControlAutomationPeer.cs
- AuthenticationServiceManager.cs
- NodeLabelEditEvent.cs
- NotificationContext.cs
- DeclarativeExpressionConditionDeclaration.cs
- MenuItemCollection.cs
- WindowsListViewItemCheckBox.cs
- XLinq.cs
- SocketCache.cs
- OleDbErrorCollection.cs
- CallbackHandler.cs
- TextTreeInsertElementUndoUnit.cs
- CodeConstructor.cs
- BufferedWebEventProvider.cs
- Interlocked.cs
- WindowsGraphicsCacheManager.cs
- ProxyManager.cs
- TrackingAnnotationCollection.cs
- Query.cs
- XPathDocumentNavigator.cs
- ZipIOExtraFieldZip64Element.cs
- ConversionContext.cs
- SqlFunctions.cs
- CodeMethodMap.cs
- AncestorChangedEventArgs.cs
- SortQuery.cs
- ErrorHandler.cs
- DesignerTransactionCloseEvent.cs
- GridProviderWrapper.cs
- AttributeCollection.cs
- ControllableStoryboardAction.cs
- SpeechSynthesizer.cs
- PrimarySelectionAdorner.cs
- SQLByte.cs
- DelegateTypeInfo.cs
- SignatureGenerator.cs
- XamlWriter.cs
- BitmapInitialize.cs
- SrgsDocumentParser.cs
- _CookieModule.cs
- HttpHeaderCollection.cs
- AttachedProperty.cs
- GuidTagList.cs
- NameObjectCollectionBase.cs
- FixedTextSelectionProcessor.cs
- CreateUserErrorEventArgs.cs
- DisplayInformation.cs
- _BufferOffsetSize.cs
- ToolStripStatusLabel.cs
- FormatVersion.cs
- MatcherBuilder.cs
- EventSinkActivityDesigner.cs
- DesigntimeLicenseContextSerializer.cs
- CriticalExceptions.cs
- ConfigUtil.cs
- TextStore.cs
- TextBoxDesigner.cs
- BufferedGraphicsManager.cs
- RefType.cs