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
- HostProtectionException.cs
- AuthenticationService.cs
- DataSourceProvider.cs
- DbConnectionPool.cs
- TimeSpanStorage.cs
- uribuilder.cs
- HostProtectionException.cs
- SimpleWebHandlerParser.cs
- SqlDataSource.cs
- DebuggerAttributes.cs
- TraceData.cs
- CodeMethodReturnStatement.cs
- GetImportedCardRequest.cs
- PersonalizationAdministration.cs
- FamilyMap.cs
- Lease.cs
- TypeUsage.cs
- XPathAncestorIterator.cs
- XmlObjectSerializerContext.cs
- MultiAsyncResult.cs
- CellNormalizer.cs
- arabicshape.cs
- XmlDataCollection.cs
- Parameter.cs
- NullReferenceException.cs
- Tokenizer.cs
- ErrorFormatterPage.cs
- SettingsContext.cs
- XmlNodeList.cs
- RecipientIdentity.cs
- InvalidComObjectException.cs
- ProgressBar.cs
- GroupBoxDesigner.cs
- SpotLight.cs
- ExtensionSimplifierMarkupObject.cs
- SchemaImporterExtensionElementCollection.cs
- ObjectHelper.cs
- GPPOINT.cs
- UnicodeEncoding.cs
- LinkTarget.cs
- XmlHierarchyData.cs
- DefaultMemberAttribute.cs
- EventMap.cs
- StringCollection.cs
- HttpRequest.cs
- LinkedResourceCollection.cs
- MetadataCollection.cs
- SecurityKeyType.cs
- AspNetSynchronizationContext.cs
- RectangleF.cs
- Vector3DCollectionConverter.cs
- MenuAutomationPeer.cs
- DatePicker.cs
- ProviderCommandInfoUtils.cs
- ListDictionaryInternal.cs
- ShaderRenderModeValidation.cs
- RTLAwareMessageBox.cs
- TreeViewImageKeyConverter.cs
- DispatcherObject.cs
- Point.cs
- DocumentXPathNavigator.cs
- ComplexPropertyEntry.cs
- EditorBrowsableAttribute.cs
- AuthStoreRoleProvider.cs
- SqlCacheDependencyDatabase.cs
- UdpTransportBindingElement.cs
- MetricEntry.cs
- DrawingAttributeSerializer.cs
- PrivateFontCollection.cs
- TextChange.cs
- AxisAngleRotation3D.cs
- TypedReference.cs
- CodeNamespaceCollection.cs
- FirstMatchCodeGroup.cs
- SmiRequestExecutor.cs
- Encoder.cs
- BroadcastEventHelper.cs
- PerformanceCounterPermissionEntryCollection.cs
- AutomationPeer.cs
- ToolStripButton.cs
- SafeArrayRankMismatchException.cs
- serverconfig.cs
- TextTreeFixupNode.cs
- precedingquery.cs
- ConnectionStringsExpressionBuilder.cs
- AppLevelCompilationSectionCache.cs
- LoginNameDesigner.cs
- ReferencedCollectionType.cs
- TypeGeneratedEventArgs.cs
- ToolStripArrowRenderEventArgs.cs
- Catch.cs
- ReaderWriterLock.cs
- DrawingServices.cs
- TextBoxAutoCompleteSourceConverter.cs
- ContextItemManager.cs
- LookupNode.cs
- ServicesExceptionNotHandledEventArgs.cs
- GetPageNumberCompletedEventArgs.cs
- Deflater.cs
- OleDbErrorCollection.cs