Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / UIAutomation / UIAutomationClient / MS / Internal / Automation / AutomationPatternInfo.cs / 1305600 / 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
- ArithmeticException.cs
- DoubleAnimationUsingPath.cs
- OrthographicCamera.cs
- StreamInfo.cs
- Size3D.cs
- EdmTypeAttribute.cs
- DataBindingHandlerAttribute.cs
- Compiler.cs
- DependencyObjectType.cs
- DetailsViewUpdateEventArgs.cs
- EntitySqlQueryBuilder.cs
- XmlnsCache.cs
- TypeCollectionDesigner.xaml.cs
- WhitespaceSignificantCollectionAttribute.cs
- TableCell.cs
- DataGridViewColumn.cs
- AnnotationObservableCollection.cs
- OrderPreservingSpoolingTask.cs
- KeyNotFoundException.cs
- RuntimeHandles.cs
- ClientScriptManagerWrapper.cs
- CriticalExceptions.cs
- ResourceDescriptionAttribute.cs
- TreeNodeStyle.cs
- SingletonChannelAcceptor.cs
- HwndSourceKeyboardInputSite.cs
- PeerNameResolver.cs
- SvcMapFileSerializer.cs
- ConfigurationHandlersInstallComponent.cs
- EditorPartCollection.cs
- CalendarAutoFormat.cs
- NamespaceInfo.cs
- SizeChangedInfo.cs
- TypeDescriptorContext.cs
- HandoffBehavior.cs
- CapabilitiesState.cs
- remotingproxy.cs
- CompressedStack.cs
- ListItemCollection.cs
- ThreadExceptionDialog.cs
- BmpBitmapEncoder.cs
- _ConnectOverlappedAsyncResult.cs
- ObjectListFieldsPage.cs
- HandlerBase.cs
- SchemaImporterExtension.cs
- BrowserTree.cs
- DPCustomTypeDescriptor.cs
- mediaclock.cs
- SubclassTypeValidatorAttribute.cs
- SettingsSavedEventArgs.cs
- PageAsyncTask.cs
- RayHitTestParameters.cs
- EpmContentDeSerializer.cs
- Comparer.cs
- RichTextBoxAutomationPeer.cs
- xamlnodes.cs
- ScriptingSectionGroup.cs
- TemplateNodeContextMenu.cs
- RuntimeEnvironment.cs
- RSACryptoServiceProvider.cs
- RegexCharClass.cs
- DCSafeHandle.cs
- TimeSpanConverter.cs
- BypassElementCollection.cs
- BamlCollectionHolder.cs
- ByteStack.cs
- SchemaAttDef.cs
- DataGridViewAccessibleObject.cs
- DataGridViewRowsAddedEventArgs.cs
- ServiceParser.cs
- WebControlAdapter.cs
- ThaiBuddhistCalendar.cs
- DBSchemaTable.cs
- FormCollection.cs
- SimpleWebHandlerParser.cs
- Simplifier.cs
- CharAnimationBase.cs
- DataRow.cs
- HttpTransportElement.cs
- CompiledQuery.cs
- ReversePositionQuery.cs
- RemotingException.cs
- HandlerFactoryCache.cs
- TemplatePagerField.cs
- CfgParser.cs
- SoapExtension.cs
- NamedObject.cs
- NavigatingCancelEventArgs.cs
- EditorPartCollection.cs
- TimeSpan.cs
- WebExceptionStatus.cs
- LayoutEvent.cs
- HtmlLinkAdapter.cs
- UserControlBuildProvider.cs
- IProvider.cs
- EventManager.cs
- SplashScreenNativeMethods.cs
- ControlAdapter.cs
- ObjectDataSourceView.cs
- _DisconnectOverlappedAsyncResult.cs