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
- RegexBoyerMoore.cs
- InputScopeNameConverter.cs
- InlineUIContainer.cs
- BufferedGenericXmlSecurityToken.cs
- ConfigXmlElement.cs
- ExpressionBuilder.cs
- BaseTreeIterator.cs
- HtmlInputControl.cs
- ListViewInsertedEventArgs.cs
- GeometryHitTestResult.cs
- DesignerUtility.cs
- BlockUIContainer.cs
- IDReferencePropertyAttribute.cs
- ConstrainedGroup.cs
- TextEditorTyping.cs
- PropertyOrder.cs
- EntityContainer.cs
- LineServicesCallbacks.cs
- JsonWriter.cs
- ParserHooks.cs
- GeneralTransform3DTo2D.cs
- NestedContainer.cs
- ClientTargetCollection.cs
- BinaryOperationBinder.cs
- ExpressionPrinter.cs
- CryptoKeySecurity.cs
- Misc.cs
- MimePart.cs
- ResourceDefaultValueAttribute.cs
- MenuCommands.cs
- ColorConverter.cs
- DataServiceHost.cs
- XPathException.cs
- SchemaRegistration.cs
- GridView.cs
- FlatButtonAppearance.cs
- StyleBamlRecordReader.cs
- UnsafeNativeMethods.cs
- UndoUnit.cs
- XmlLanguage.cs
- FixedSOMContainer.cs
- HostedImpersonationContext.cs
- StreamBodyWriter.cs
- UserControlDocumentDesigner.cs
- HtmlLabelAdapter.cs
- AssemblyResourceLoader.cs
- CodeGroup.cs
- ExpressionBindings.cs
- DataTableMappingCollection.cs
- FormParameter.cs
- FilterElement.cs
- ToolStripContainer.cs
- EntityContainerEmitter.cs
- ConnectAlgorithms.cs
- MissingMemberException.cs
- PrinterResolution.cs
- FixedHyperLink.cs
- BypassElement.cs
- Compress.cs
- RawAppCommandInputReport.cs
- SerializerProvider.cs
- DynamicDiscoSearcher.cs
- MDIWindowDialog.cs
- NavigationPropertyEmitter.cs
- DataSvcMapFileSerializer.cs
- InputLanguageManager.cs
- StringUtil.cs
- ThemeDictionaryExtension.cs
- UInt16Storage.cs
- DataGridViewRowPrePaintEventArgs.cs
- DataGridViewDataErrorEventArgs.cs
- SpeechRecognizer.cs
- TextEncodedRawTextWriter.cs
- TextControl.cs
- EncryptedData.cs
- FontStyle.cs
- ObjectDataSource.cs
- CodeExpressionCollection.cs
- PropertyConverter.cs
- MD5CryptoServiceProvider.cs
- Point3DCollectionValueSerializer.cs
- CommonObjectSecurity.cs
- LinqDataSourceContextEventArgs.cs
- DescriptionAttribute.cs
- TransmissionStrategy.cs
- Permission.cs
- RequestResizeEvent.cs
- DataGridViewColumnCollection.cs
- TreeBuilderXamlTranslator.cs
- ArgumentOutOfRangeException.cs
- XhtmlStyleClass.cs
- InternalEnumValidator.cs
- XmlSchemaComplexContentExtension.cs
- PropertyMappingExceptionEventArgs.cs
- Ticks.cs
- DropTarget.cs
- QueryOptionExpression.cs
- EntityDataSourceValidationException.cs
- MatrixValueSerializer.cs
- SqlGenerator.cs