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
- ListViewSelectEventArgs.cs
- CurrencyWrapper.cs
- DbDeleteCommandTree.cs
- FlowLayoutSettings.cs
- DataGridDetailsPresenter.cs
- SystemIdentity.cs
- Random.cs
- BitmapImage.cs
- PageContentCollection.cs
- TextEditor.cs
- CodeGeneratorOptions.cs
- QilLiteral.cs
- EntityViewGenerationAttribute.cs
- InputBuffer.cs
- FaultHandlingFilter.cs
- DependentTransaction.cs
- XmlDictionaryReader.cs
- WebBrowsableAttribute.cs
- ProviderException.cs
- CompilerGlobalScopeAttribute.cs
- linebase.cs
- TargetParameterCountException.cs
- WindowsTooltip.cs
- AnimatedTypeHelpers.cs
- BaseCAMarshaler.cs
- HttpWebRequest.cs
- HttpResponse.cs
- ListItemCollection.cs
- ReadOnlyAttribute.cs
- ProxyHwnd.cs
- _HeaderInfoTable.cs
- ExpandoClass.cs
- ResourcesGenerator.cs
- LogLogRecordHeader.cs
- ContainerParaClient.cs
- InvalidAsynchronousStateException.cs
- SecurityElement.cs
- Transform3DGroup.cs
- _Connection.cs
- WebRequestModuleElement.cs
- XmlIterators.cs
- TextSerializer.cs
- SqlExpander.cs
- WorkItem.cs
- DbProviderManifest.cs
- KnownTypeDataContractResolver.cs
- Visual.cs
- WaitHandle.cs
- ToolboxComponentsCreatedEventArgs.cs
- BinaryFormatterWriter.cs
- WebConvert.cs
- TextBlockAutomationPeer.cs
- SingleKeyFrameCollection.cs
- DocumentPageTextView.cs
- UIElement3D.cs
- ActiveXMessageFormatter.cs
- TransactionContextValidator.cs
- ActivityIdHeader.cs
- RuntimeHandles.cs
- IntegerValidator.cs
- TextTreeTextElementNode.cs
- TimelineGroup.cs
- EntityDesignerUtils.cs
- TextContainerHelper.cs
- SchemaTableColumn.cs
- DynamicQueryableWrapper.cs
- OdbcEnvironment.cs
- _BufferOffsetSize.cs
- Sequence.cs
- WindowsSpinner.cs
- StateItem.cs
- StylusPointPropertyInfoDefaults.cs
- MarginsConverter.cs
- StylusOverProperty.cs
- SimpleType.cs
- SpoolingTask.cs
- ProfileInfo.cs
- SQLMoneyStorage.cs
- XmlNullResolver.cs
- EllipticalNodeOperations.cs
- CharConverter.cs
- PointHitTestParameters.cs
- HtmlElementCollection.cs
- MsmqNonTransactedPoisonHandler.cs
- DeferredSelectedIndexReference.cs
- ContentOperations.cs
- RichTextBoxContextMenu.cs
- PointAnimationUsingPath.cs
- HealthMonitoringSection.cs
- WaitHandle.cs
- webbrowsersite.cs
- TransformerInfoCollection.cs
- UndirectedGraph.cs
- AssemblyNameProxy.cs
- WorkflowItemPresenter.cs
- RecognizedPhrase.cs
- InfoCardKeyedHashAlgorithm.cs
- ControlCollection.cs
- SchemaCollectionCompiler.cs
- TextSelection.cs