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
- SecurityRuntime.cs
- PeerDuplexChannelListener.cs
- DBParameter.cs
- BufferModeSettings.cs
- ResourceReferenceExpressionConverter.cs
- FloaterBaseParaClient.cs
- KnowledgeBase.cs
- MultiTargetingUtil.cs
- TextMetrics.cs
- ColorPalette.cs
- DataGridViewSelectedColumnCollection.cs
- SpotLight.cs
- RadialGradientBrush.cs
- DoubleAnimationUsingKeyFrames.cs
- LassoHelper.cs
- TextModifier.cs
- UrlPath.cs
- ValueQuery.cs
- BrowserCapabilitiesFactoryBase.cs
- OutputCacheSettings.cs
- DirtyTextRange.cs
- QueryStringParameter.cs
- IssuedTokenClientBehaviorsElement.cs
- WebPartDisplayModeCollection.cs
- PolyBezierSegmentFigureLogic.cs
- SiteMapNodeItem.cs
- ImageList.cs
- _SSPISessionCache.cs
- EntityCommand.cs
- AndCondition.cs
- WebPartPersonalization.cs
- ErrorRuntimeConfig.cs
- ClientSettingsProvider.cs
- DemultiplexingClientMessageFormatter.cs
- Thread.cs
- CacheEntry.cs
- CreateUserWizard.cs
- ResourceWriter.cs
- ToolboxControl.cs
- SiteMapDataSource.cs
- AstNode.cs
- DocumentGrid.cs
- CodePageUtils.cs
- AnnotationComponentChooser.cs
- DataControlReference.cs
- _NtlmClient.cs
- UriTemplateVariablePathSegment.cs
- AdapterDictionary.cs
- ToolStripLocationCancelEventArgs.cs
- AssemblyBuilder.cs
- WebBrowserNavigatedEventHandler.cs
- ThreadAttributes.cs
- MessageSmuggler.cs
- PeerService.cs
- CacheForPrimitiveTypes.cs
- MiniModule.cs
- PopOutPanel.cs
- PrintPreviewDialog.cs
- DataGridHeaderBorder.cs
- InternalPermissions.cs
- KeyedHashAlgorithm.cs
- SymbolMethod.cs
- CharEnumerator.cs
- Vector3dCollection.cs
- KeyedHashAlgorithm.cs
- RealizationDrawingContextWalker.cs
- SamlEvidence.cs
- GeneralTransform.cs
- ObjectStorage.cs
- PaintValueEventArgs.cs
- UrlMappingCollection.cs
- PeerEndPoint.cs
- ListBoxAutomationPeer.cs
- ClientUrlResolverWrapper.cs
- RegexParser.cs
- Size3DValueSerializer.cs
- FormViewCommandEventArgs.cs
- BitmapEffect.cs
- WindowsStreamSecurityElement.cs
- SafeCoTaskMem.cs
- DetailsViewDeletedEventArgs.cs
- BuildResult.cs
- ParameterCollection.cs
- EdmToObjectNamespaceMap.cs
- SchemaContext.cs
- ConfigXmlCDataSection.cs
- ToolStripContainer.cs
- LayoutSettings.cs
- FlowDocumentPageViewerAutomationPeer.cs
- IIS7WorkerRequest.cs
- WebPartsSection.cs
- XmlSubtreeReader.cs
- PerfService.cs
- CounterSampleCalculator.cs
- InvalidDataException.cs
- SizeAnimation.cs
- CodeValidator.cs
- RenderDataDrawingContext.cs
- ResourceAttributes.cs
- CompatibleComparer.cs