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
- ByteAnimationBase.cs
- MailMessage.cs
- SafeNativeMethods.cs
- OleDbErrorCollection.cs
- HtmlTableRowCollection.cs
- ISessionStateStore.cs
- NoClickablePointException.cs
- TreeNodeBindingCollection.cs
- Component.cs
- XmlSchemaGroupRef.cs
- GridViewAutomationPeer.cs
- CodeDefaultValueExpression.cs
- UnionQueryOperator.cs
- OSEnvironmentHelper.cs
- SoapRpcMethodAttribute.cs
- ConnectionManagementSection.cs
- XhtmlBasicTextViewAdapter.cs
- FreeFormDragDropManager.cs
- ComUdtElementCollection.cs
- CreateUserErrorEventArgs.cs
- CustomLineCap.cs
- XmlTypeAttribute.cs
- InfoCardRSAOAEPKeyExchangeFormatter.cs
- ServiceOperation.cs
- WindowsScrollBar.cs
- DivideByZeroException.cs
- InvariantComparer.cs
- HyperLinkColumn.cs
- ToolBar.cs
- PaintEvent.cs
- IisTraceWebEventProvider.cs
- ConfigXmlCDataSection.cs
- Table.cs
- ProfileBuildProvider.cs
- LogicalExpr.cs
- FormatterConverter.cs
- FieldTemplateFactory.cs
- TabRenderer.cs
- Imaging.cs
- WindowsFormsHostPropertyMap.cs
- RtfToken.cs
- TextServicesContext.cs
- SequenceRangeCollection.cs
- FileDialogCustomPlacesCollection.cs
- RegisterResponseInfo.cs
- StrokeNodeOperations.cs
- CompiledIdentityConstraint.cs
- VisualStyleRenderer.cs
- IsolatedStoragePermission.cs
- SHA512.cs
- Blend.cs
- BindUriHelper.cs
- SettingsPropertyValueCollection.cs
- NamedObject.cs
- WebColorConverter.cs
- SafeIUnknown.cs
- SqlBuffer.cs
- TableParagraph.cs
- ResourceExpression.cs
- unsafeIndexingFilterStream.cs
- StylusPointProperties.cs
- Path.cs
- TriState.cs
- ColumnWidthChangedEvent.cs
- ByteStream.cs
- wgx_commands.cs
- SingleTagSectionHandler.cs
- TemplateInstanceAttribute.cs
- Bezier.cs
- Property.cs
- ErrorHandler.cs
- xsdvalidator.cs
- UserMapPath.cs
- DataBindingHandlerAttribute.cs
- IgnoreFlushAndCloseStream.cs
- LogRecordSequence.cs
- ArgumentNullException.cs
- StorageMappingItemLoader.cs
- MgmtConfigurationRecord.cs
- XsltInput.cs
- RtfToXamlLexer.cs
- TextProviderWrapper.cs
- PathSegmentCollection.cs
- XPathConvert.cs
- BufferedGenericXmlSecurityToken.cs
- shaperfactoryquerycachekey.cs
- IdnElement.cs
- XmlSchemaValidator.cs
- CodeAccessSecurityEngine.cs
- BuiltInExpr.cs
- DataServiceStreamProviderWrapper.cs
- DataControlButton.cs
- _ContextAwareResult.cs
- NamespaceInfo.cs
- TransactionFormatter.cs
- Boolean.cs
- TraceEventCache.cs
- ToolboxItemImageConverter.cs
- TrackingQuery.cs
- CheckPair.cs