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
- AuthenticationModuleElementCollection.cs
- InvokeHandlers.cs
- SqlDataSource.cs
- FieldNameLookup.cs
- DoWhileDesigner.xaml.cs
- ColumnHeader.cs
- DesigntimeLicenseContext.cs
- AncestorChangedEventArgs.cs
- ImpersonationContext.cs
- HandlerBase.cs
- DBDataPermission.cs
- SamlSubject.cs
- WindowsSysHeader.cs
- DiagnosticStrings.cs
- ErrorStyle.cs
- ConfigXmlWhitespace.cs
- ObjectListTitleAttribute.cs
- PaintEvent.cs
- EndPoint.cs
- EpmCustomContentSerializer.cs
- XmlSignatureManifest.cs
- CalendarBlackoutDatesCollection.cs
- RowBinding.cs
- MultipleViewPattern.cs
- Mouse.cs
- HttpApplicationFactory.cs
- PenThread.cs
- TabPanel.cs
- SectionVisual.cs
- NameValueSectionHandler.cs
- AlternationConverter.cs
- TraceUtility.cs
- UriExt.cs
- OleDbRowUpdatingEvent.cs
- RtfFormatStack.cs
- StreamSecurityUpgradeAcceptorBase.cs
- PKCS1MaskGenerationMethod.cs
- EdmProperty.cs
- FileUpload.cs
- ValuePattern.cs
- Timeline.cs
- SortedSetDebugView.cs
- EndpointDiscoveryBehavior.cs
- RequestContext.cs
- XPathNavigator.cs
- TranslateTransform3D.cs
- WebPartCollection.cs
- Button.cs
- Activator.cs
- MetabaseSettings.cs
- QueryAccessibilityHelpEvent.cs
- DetailsViewDeletedEventArgs.cs
- InputQueue.cs
- DesignerActionGlyph.cs
- ContentOperations.cs
- thaishape.cs
- SystemIPGlobalProperties.cs
- SchemaDeclBase.cs
- EmptyEnumerator.cs
- EmbossBitmapEffect.cs
- DocumentCollection.cs
- XmlElementList.cs
- ToolStripManager.cs
- CorrelationQueryBehavior.cs
- DesignerDataStoredProcedure.cs
- WorkflowServiceNamespace.cs
- CompositeScriptReferenceEventArgs.cs
- WebBrowserBase.cs
- ConfigurationStrings.cs
- SoapCodeExporter.cs
- ISAPIRuntime.cs
- HtmlTableCellCollection.cs
- SqlVersion.cs
- DataMemberConverter.cs
- SchemeSettingElement.cs
- FormatConvertedBitmap.cs
- TextBoxRenderer.cs
- XmlSchemaSimpleTypeList.cs
- DescriptionAttribute.cs
- Rotation3D.cs
- EntityDataSourceContainerNameConverter.cs
- Rect.cs
- DataKeyCollection.cs
- BitmapEffectGroup.cs
- SerializationInfoEnumerator.cs
- VerificationException.cs
- InfoCard.cs
- EventManager.cs
- DataGridToolTip.cs
- ResourcePart.cs
- _ListenerResponseStream.cs
- LongAverageAggregationOperator.cs
- InputManager.cs
- SessionPageStateSection.cs
- StylusOverProperty.cs
- WsdlBuildProvider.cs
- FilteredAttributeCollection.cs
- DefaultClaimSet.cs
- MultipleCopiesCollection.cs
- StringExpressionSet.cs