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
- PrimitiveType.cs
- TransactionCache.cs
- XmlMapping.cs
- WsrmTraceRecord.cs
- ContractNamespaceAttribute.cs
- AssemblyAssociatedContentFileAttribute.cs
- ExpressionTable.cs
- PackUriHelper.cs
- XmlUrlResolver.cs
- securitycriticaldataformultiplegetandset.cs
- VBCodeProvider.cs
- StdValidatorsAndConverters.cs
- BezierSegment.cs
- WebPartRestoreVerb.cs
- ObjectStateEntry.cs
- PreservationFileWriter.cs
- securitycriticaldataClass.cs
- ModuleBuilderData.cs
- LocalTransaction.cs
- StreamWithDictionary.cs
- BitmapMetadataEnumerator.cs
- FormsAuthenticationEventArgs.cs
- WindowsGraphics2.cs
- XmlAnyElementAttribute.cs
- Signature.cs
- TextServicesContext.cs
- FlowPanelDesigner.cs
- baseaxisquery.cs
- DataQuery.cs
- MatrixIndependentAnimationStorage.cs
- FunctionNode.cs
- Membership.cs
- SqlBooleanMismatchVisitor.cs
- ObjectSecurity.cs
- MatchNoneMessageFilter.cs
- ReadOnlyAttribute.cs
- ActivityFunc.cs
- ButtonColumn.cs
- ConstrainedDataObject.cs
- RuleSetReference.cs
- SHA512.cs
- HighlightVisual.cs
- ExtendedPropertyInfo.cs
- AttributeCollection.cs
- EtwProvider.cs
- TextElementCollectionHelper.cs
- EpmCustomContentDeSerializer.cs
- XmlAtomErrorReader.cs
- StorageFunctionMapping.cs
- EventLogPermissionHolder.cs
- Polygon.cs
- AdornedElementPlaceholder.cs
- ErrorStyle.cs
- ToolStripScrollButton.cs
- ZipIOExtraFieldElement.cs
- ExpanderAutomationPeer.cs
- NamespaceQuery.cs
- InputProviderSite.cs
- CachedPathData.cs
- SizeAnimationClockResource.cs
- DateTimePicker.cs
- TextUtf8RawTextWriter.cs
- CustomAssemblyResolver.cs
- SqlInternalConnectionTds.cs
- BackgroundFormatInfo.cs
- TextBoxBase.cs
- NewArrayExpression.cs
- MailDefinitionBodyFileNameEditor.cs
- HtmlControlPersistable.cs
- UrlPath.cs
- ObjectSelectorEditor.cs
- XmlnsCache.cs
- TreeChangeInfo.cs
- XmlAttributeHolder.cs
- EnglishPluralizationService.cs
- graph.cs
- MaxValueConverter.cs
- WindowsStartMenu.cs
- LinqDataSourceView.cs
- HostingEnvironmentSection.cs
- TextureBrush.cs
- UndirectedGraph.cs
- WindowShowOrOpenTracker.cs
- XmlSchemaSimpleTypeRestriction.cs
- IteratorFilter.cs
- ProbeDuplexCD1AsyncResult.cs
- NativeMethods.cs
- SingleConverter.cs
- ComponentEditorForm.cs
- HiddenField.cs
- URLAttribute.cs
- TextEditorSpelling.cs
- XamlReaderHelper.cs
- EntitySetBase.cs
- TableRowGroup.cs
- WindowsListViewScroll.cs
- BoolExpressionVisitors.cs
- IgnoreFileBuildProvider.cs
- RadioButton.cs
- HierarchicalDataSourceIDConverter.cs