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
- Tablet.cs
- InputLanguage.cs
- DbConnectionInternal.cs
- PropertyConverter.cs
- ConnectionStringsExpressionBuilder.cs
- ComponentEditorForm.cs
- MD5Cng.cs
- HierarchicalDataSourceControl.cs
- MultipartIdentifier.cs
- XhtmlConformanceSection.cs
- TransformConverter.cs
- HtmlInputHidden.cs
- XamlStream.cs
- RootBrowserWindow.cs
- DbParameterCollection.cs
- BmpBitmapEncoder.cs
- DelayDesigner.cs
- HybridDictionary.cs
- GridToolTip.cs
- PolyLineSegment.cs
- DataViewManagerListItemTypeDescriptor.cs
- TemplateEditingVerb.cs
- GenericIdentity.cs
- NamedPipeConnectionPoolSettings.cs
- SqlVersion.cs
- SchemaCompiler.cs
- ScriptServiceAttribute.cs
- ToolBarOverflowPanel.cs
- EdmSchemaError.cs
- WindowShowOrOpenTracker.cs
- CodeTypeReferenceCollection.cs
- CodeObjectCreateExpression.cs
- StructuralCache.cs
- WinFormsSecurity.cs
- PackWebRequestFactory.cs
- DeploymentExceptionMapper.cs
- TcpChannelHelper.cs
- controlskin.cs
- Property.cs
- GenericTypeParameterBuilder.cs
- TableLayoutSettings.cs
- ListBase.cs
- DateTimeOffsetStorage.cs
- SignatureConfirmations.cs
- CodePrimitiveExpression.cs
- ISFClipboardData.cs
- CustomErrorCollection.cs
- Panel.cs
- Int32CollectionConverter.cs
- SQLChars.cs
- CatalogZone.cs
- SQLString.cs
- DriveNotFoundException.cs
- DefaultConfirmation.cs
- PictureBox.cs
- ConfigXmlText.cs
- ProgressBarBrushConverter.cs
- UInt64.cs
- XmlILAnnotation.cs
- DBNull.cs
- Interfaces.cs
- Utilities.cs
- WebPartVerbsEventArgs.cs
- PromptEventArgs.cs
- TableColumn.cs
- UrlPath.cs
- HtmlShim.cs
- FixedSOMGroup.cs
- DropDownList.cs
- BulletedListDesigner.cs
- WmlValidationSummaryAdapter.cs
- DateTimeParse.cs
- CodeArgumentReferenceExpression.cs
- HyperlinkAutomationPeer.cs
- LiteralControl.cs
- Version.cs
- WindowsListViewGroupSubsetLink.cs
- ActiveXContainer.cs
- MemberHolder.cs
- ControlPaint.cs
- PasswordBoxAutomationPeer.cs
- JulianCalendar.cs
- CollectionExtensions.cs
- MethodImplAttribute.cs
- TraceUtility.cs
- FloatUtil.cs
- CachingHintValidation.cs
- XmlWellformedWriter.cs
- UserNameSecurityTokenProvider.cs
- OdbcPermission.cs
- GridLength.cs
- TextSegment.cs
- PrimitiveDataContract.cs
- dataprotectionpermissionattribute.cs
- WeakReadOnlyCollection.cs
- ProtocolsConfigurationHandler.cs
- InvalidOperationException.cs
- DataBindingExpressionBuilder.cs
- StylusPointPropertyInfoDefaults.cs
- UserControlAutomationPeer.cs