Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / UIAutomation / 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 : BrendanM 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. //---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: class containing information about an automation property // // History: // 06/04/2003 : BrendanM 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
- ContractHandle.cs
- RegexCaptureCollection.cs
- Dispatcher.cs
- XmlIgnoreAttribute.cs
- ToolStripSettings.cs
- AccessDataSource.cs
- HtmlContainerControl.cs
- SQLBoolean.cs
- ByteStreamGeometryContext.cs
- OrderedDictionaryStateHelper.cs
- GACIdentityPermission.cs
- ScrollEventArgs.cs
- DbDataReader.cs
- HttpStreamXmlDictionaryWriter.cs
- DoubleLinkListEnumerator.cs
- ConfigurationStrings.cs
- _ListenerResponseStream.cs
- WorkflowApplication.cs
- BufferBuilder.cs
- XmlPropertyBag.cs
- IisTraceListener.cs
- ColumnWidthChangedEvent.cs
- ObjectSet.cs
- WorkflowMarkupElementEventArgs.cs
- RequiredFieldValidator.cs
- ExecutedRoutedEventArgs.cs
- Or.cs
- FrameAutomationPeer.cs
- DataGridTablesFactory.cs
- BaseValidator.cs
- KeyManager.cs
- ScriptControlManager.cs
- Point4D.cs
- SvcMapFile.cs
- UInt32.cs
- TextProperties.cs
- MsmqIntegrationChannelFactory.cs
- EndpointPerformanceCounters.cs
- AutomationElement.cs
- ActivityAction.cs
- HttpCookieCollection.cs
- EnumValidator.cs
- TypeValidationEventArgs.cs
- DummyDataSource.cs
- ProfileSettings.cs
- XamlSerializerUtil.cs
- PeerCollaborationPermission.cs
- SqlUDTStorage.cs
- DispatcherProcessingDisabled.cs
- HashCodeCombiner.cs
- UnsafeNativeMethods.cs
- EventProviderWriter.cs
- UnionCodeGroup.cs
- ToggleProviderWrapper.cs
- WsdlImporterElementCollection.cs
- TimeEnumHelper.cs
- StructuralCache.cs
- FtpRequestCacheValidator.cs
- RemotingServices.cs
- PageThemeCodeDomTreeGenerator.cs
- UpdateEventArgs.cs
- NameValueConfigurationCollection.cs
- Axis.cs
- _CacheStreams.cs
- storepermissionattribute.cs
- XmlWriterDelegator.cs
- ControlCollection.cs
- DoubleStorage.cs
- RegionInfo.cs
- ClientUrlResolverWrapper.cs
- MetadataArtifactLoaderFile.cs
- Int32Converter.cs
- WebZone.cs
- RichTextBoxConstants.cs
- UnionCodeGroup.cs
- _TimerThread.cs
- WebUtil.cs
- BinaryWriter.cs
- HwndHost.cs
- ObjectQueryProvider.cs
- ScriptingAuthenticationServiceSection.cs
- ContextMenuStrip.cs
- Internal.cs
- SystemInformation.cs
- FragmentQueryKB.cs
- WmiInstallComponent.cs
- ScriptingSectionGroup.cs
- ObjectReaderCompiler.cs
- PeerObject.cs
- EventLogEntry.cs
- TableRowCollection.cs
- QilIterator.cs
- HttpValueCollection.cs
- UndirectedGraph.cs
- SettingsBindableAttribute.cs
- SafeHandles.cs
- DataTableClearEvent.cs
- NativeCompoundFileAPIs.cs
- EntitySet.cs
- Ref.cs