Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Core / CSharp / 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.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.
//----------------------------------------------------------------------------
//
//
// 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.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
- VBIdentifierName.cs
- MulticastOption.cs
- EndpointConfigContainer.cs
- ConnectorRouter.cs
- ErrorRuntimeConfig.cs
- HtmlTernaryTree.cs
- CorrelationToken.cs
- PropertyFilter.cs
- ConstraintCollection.cs
- Rectangle.cs
- TextEditorParagraphs.cs
- WebPartConnectionsCloseVerb.cs
- MultiBinding.cs
- SplineQuaternionKeyFrame.cs
- DataRelationPropertyDescriptor.cs
- RegexWriter.cs
- BaseResourcesBuildProvider.cs
- TextCompositionEventArgs.cs
- TrackingProvider.cs
- ScriptingWebServicesSectionGroup.cs
- WindowsGraphicsCacheManager.cs
- Process.cs
- TextBoxBase.cs
- OdbcEnvironmentHandle.cs
- RegexMatch.cs
- WindowHelperService.cs
- StatusBar.cs
- RunInstallerAttribute.cs
- EmptyImpersonationContext.cs
- HtmlMeta.cs
- CheckBoxField.cs
- NativeMethods.cs
- HybridDictionary.cs
- WebReferenceOptions.cs
- BufferModesCollection.cs
- GetWinFXPath.cs
- HandlerMappingMemo.cs
- SystemInfo.cs
- _SecureChannel.cs
- WebAdminConfigurationHelper.cs
- WebReference.cs
- ScriptControlDescriptor.cs
- PolicyValidationException.cs
- MatrixStack.cs
- TextServicesContext.cs
- SystemTcpStatistics.cs
- ExpiredSecurityTokenException.cs
- RichTextBox.cs
- XmlNotation.cs
- ConfigXmlDocument.cs
- Matrix3D.cs
- ReadWriteObjectLock.cs
- Config.cs
- SQLInt16Storage.cs
- DataSourceGeneratorException.cs
- ExpandSegment.cs
- CodeFieldReferenceExpression.cs
- TraceContext.cs
- PhotoPrintingIntent.cs
- DependencyPropertyDescriptor.cs
- BindingList.cs
- Emitter.cs
- SqlHelper.cs
- Activator.cs
- RedistVersionInfo.cs
- NetPipeSectionData.cs
- StringUtil.cs
- CaseInsensitiveOrdinalStringComparer.cs
- BitmapFrame.cs
- Form.cs
- ToolStripContainer.cs
- ConnectionStringsExpressionBuilder.cs
- FormViewActionList.cs
- UInt16.cs
- OdbcConnectionPoolProviderInfo.cs
- ToolboxDataAttribute.cs
- XmlWriterTraceListener.cs
- CommandDevice.cs
- SystemInfo.cs
- XmlReflectionMember.cs
- SelectedCellsCollection.cs
- ResumeStoryboard.cs
- EntityReference.cs
- OleDbCommandBuilder.cs
- InternalBufferOverflowException.cs
- PEFileReader.cs
- EncoderBestFitFallback.cs
- ScopelessEnumAttribute.cs
- ScriptMethodAttribute.cs
- oledbmetadatacollectionnames.cs
- Metadata.cs
- ContentOperations.cs
- DbParameterCollectionHelper.cs
- X509Utils.cs
- ScriptHandlerFactory.cs
- BoundField.cs
- IncomingWebRequestContext.cs
- DesignerAdapterAttribute.cs
- AuthenticationModuleElement.cs
- WebPartConnectionsConfigureVerb.cs