Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Core / 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.Diagnostics; using System.Windows; using System.Windows.Media; using System.Windows.Automation; using System.Windows.Automation.Peers; namespace MS.Internal.Automation { // struct containing information about an automation pattern internal delegate object WrapObject( AutomationPeer peer, object iface, IntPtr hwnd ); internal class AutomationPatternInfo { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors internal AutomationPatternInfo( AutomationPattern id, WrapObject wcpWrapper) { _id = id; _wcpWrapper = wcpWrapper; } #endregion Constructors //------------------------------------------------------ // // Internal Properties // //----------------------------------------------------- #region Internal Properties internal AutomationPattern ID { get { return _id; } } internal WrapObject WcpWrapper { get { return _wcpWrapper; } } #endregion Internal Properties //------------------------------------------------------ // // Private Fields // //------------------------------------------------------ #region Private Fields private AutomationPattern _id; private WrapObject _wcpWrapper; #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
- GroupDescription.cs
- MulticastIPAddressInformationCollection.cs
- XsdCachingReader.cs
- SystemTcpStatistics.cs
- ObjectHandle.cs
- SelectionChangedEventArgs.cs
- ExpressionBinding.cs
- XmlQualifiedName.cs
- CompletedAsyncResult.cs
- MessageBox.cs
- X509SecurityTokenProvider.cs
- RegionData.cs
- HierarchicalDataBoundControlAdapter.cs
- FlowNode.cs
- DataRelationCollection.cs
- ActiveXSite.cs
- SelectionListDesigner.cs
- httpserverutility.cs
- ElementNotEnabledException.cs
- KerberosRequestorSecurityToken.cs
- TextParagraphProperties.cs
- ExtensibleClassFactory.cs
- RemoteWebConfigurationHostStream.cs
- ProviderCollection.cs
- ToolStrip.cs
- oledbconnectionstring.cs
- CodeTypeDeclarationCollection.cs
- PathParser.cs
- DefinitionUpdate.cs
- PropertyValue.cs
- SpecularMaterial.cs
- DynamicResourceExtension.cs
- RpcCryptoRequest.cs
- TextElementEnumerator.cs
- AccessorTable.cs
- Point.cs
- InputMethod.cs
- XmlSerializableWriter.cs
- XXXInfos.cs
- ClassHandlersStore.cs
- SortedList.cs
- XmlLanguageConverter.cs
- _NetRes.cs
- HttpWrapper.cs
- StdRegProviderWrapper.cs
- ScriptResourceInfo.cs
- DataSourceCacheDurationConverter.cs
- EdgeModeValidation.cs
- InputBindingCollection.cs
- FilteredXmlReader.cs
- InputLanguage.cs
- ProfileManager.cs
- XsdValidatingReader.cs
- EventLogEntry.cs
- PolyBezierSegmentFigureLogic.cs
- DataObjectAttribute.cs
- XsdDateTime.cs
- FloaterParagraph.cs
- ValueOfAction.cs
- EasingKeyFrames.cs
- Panel.cs
- VisualBrush.cs
- DataGridViewRowHeaderCell.cs
- ImpersonationContext.cs
- PeerTransportBindingElement.cs
- ScalarOps.cs
- EventItfInfo.cs
- ResolvedKeyFrameEntry.cs
- WindowsStartMenu.cs
- GlobalItem.cs
- ResourceReferenceExpressionConverter.cs
- MetadataUtil.cs
- Path.cs
- HiddenFieldDesigner.cs
- EntityDataSourceChangedEventArgs.cs
- TransformBlockRequest.cs
- ProcessStartInfo.cs
- System.Data.OracleClient_BID.cs
- GeometryDrawing.cs
- DataFormat.cs
- ConfigurationManagerHelperFactory.cs
- WarningException.cs
- Msmq4PoisonHandler.cs
- ConfigurationValue.cs
- DrawingAttributes.cs
- XmlSchemaResource.cs
- MaterialGroup.cs
- XhtmlBasicValidatorAdapter.cs
- DllHostedComPlusServiceHost.cs
- IdnElement.cs
- ListMarkerLine.cs
- ResourceExpressionBuilder.cs
- EventProviderWriter.cs
- StringStorage.cs
- StopStoryboard.cs
- Soap.cs
- ISessionStateStore.cs
- SoapCodeExporter.cs
- UdpDuplexChannel.cs
- ImageMetadata.cs