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
- TargetConverter.cs
- InternalPermissions.cs
- MSAAEventDispatcher.cs
- ModulesEntry.cs
- TextServicesCompartmentContext.cs
- EmptyControlCollection.cs
- ListControl.cs
- UnsafeNativeMethods.cs
- TemplatedWizardStep.cs
- ProjectionPath.cs
- DataGridViewLayoutData.cs
- DBSchemaRow.cs
- ApplicationInterop.cs
- ToggleButtonAutomationPeer.cs
- QilXmlWriter.cs
- Interop.cs
- TdsParserSessionPool.cs
- SequenceRangeCollection.cs
- GlyphingCache.cs
- ProfileSettings.cs
- SqlBulkCopyColumnMapping.cs
- MimeTypeMapper.cs
- TypeValidationEventArgs.cs
- TraceFilter.cs
- RootProfilePropertySettingsCollection.cs
- TypeSystem.cs
- PolyLineSegment.cs
- SecondaryIndexList.cs
- ProfileParameter.cs
- DoubleLink.cs
- RegexReplacement.cs
- ImageListDesigner.cs
- EventTrigger.cs
- KeyToListMap.cs
- ContentElement.cs
- SourceInterpreter.cs
- HMACMD5.cs
- EntityDataSourceWrapperCollection.cs
- DataGridViewTextBoxColumn.cs
- TextRenderingModeValidation.cs
- DataControlLinkButton.cs
- ProxyElement.cs
- __ConsoleStream.cs
- UpWmlPageAdapter.cs
- ColumnPropertiesGroup.cs
- SqlMethodTransformer.cs
- TableLayoutPanelDesigner.cs
- QuadraticBezierSegment.cs
- PrintingPermissionAttribute.cs
- WebPartConnectionsConnectVerb.cs
- TextLineResult.cs
- SoapFaultCodes.cs
- OracleTransaction.cs
- DataGridViewRowStateChangedEventArgs.cs
- WebMessageEncodingElement.cs
- AutomationElementCollection.cs
- ItemsChangedEventArgs.cs
- MdiWindowListStrip.cs
- SourceChangedEventArgs.cs
- Header.cs
- Utils.cs
- DefaultHttpHandler.cs
- NameNode.cs
- CDSsyncETWBCLProvider.cs
- RowType.cs
- MetadataCache.cs
- CaseKeyBox.xaml.cs
- DataGridItem.cs
- SQLInt32Storage.cs
- ManipulationPivot.cs
- NetworkInterface.cs
- ToolBar.cs
- RegisteredArrayDeclaration.cs
- GatewayDefinition.cs
- TargetConverter.cs
- Matrix3DStack.cs
- BatchParser.cs
- HeaderFilter.cs
- OdbcCommand.cs
- dtdvalidator.cs
- BasicExpressionVisitor.cs
- XmlSiteMapProvider.cs
- Privilege.cs
- BindingContext.cs
- SqlXmlStorage.cs
- Internal.cs
- MetadataUtilsSmi.cs
- ThumbAutomationPeer.cs
- RefExpr.cs
- WpfPayload.cs
- TypeExtensions.cs
- ExceptionHelpers.cs
- ViewBase.cs
- XmlAnyElementAttribute.cs
- ConfigUtil.cs
- HashFinalRequest.cs
- ClientSession.cs
- HttpServerUtilityBase.cs
- ArrayEditor.cs
- Visual3DCollection.cs