Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- EventSinkActivity.cs
- LOSFormatter.cs
- LocatorBase.cs
- PageThemeParser.cs
- RequiredFieldValidator.cs
- TransformValueSerializer.cs
- Pens.cs
- CustomCategoryAttribute.cs
- GridViewUpdatedEventArgs.cs
- DBBindings.cs
- TypedElement.cs
- CodeAttributeArgumentCollection.cs
- ArgumentOutOfRangeException.cs
- MouseGestureValueSerializer.cs
- SessionEndingEventArgs.cs
- CallbackWrapper.cs
- IRCollection.cs
- CallSite.cs
- ToolBar.cs
- Root.cs
- AsyncOperationManager.cs
- diagnosticsswitches.cs
- HttpHandlersSection.cs
- AutoFocusStyle.xaml.cs
- DeviceSpecificChoice.cs
- DragSelectionMessageFilter.cs
- ListBoxChrome.cs
- SessionStateItemCollection.cs
- DbConnectionPoolCounters.cs
- WebPartDeleteVerb.cs
- MasterPage.cs
- SelectionUIHandler.cs
- XamlLoadErrorInfo.cs
- XmlSerializerVersionAttribute.cs
- GeometryGroup.cs
- BrowserCapabilitiesFactoryBase.cs
- QueryResult.cs
- DrawListViewSubItemEventArgs.cs
- TrackBarRenderer.cs
- SHA256Managed.cs
- ListMarkerLine.cs
- ProtocolViolationException.cs
- CultureInfo.cs
- EntitySetRetriever.cs
- DoubleMinMaxAggregationOperator.cs
- sqlnorm.cs
- DataServiceProviderMethods.cs
- SymLanguageVendor.cs
- DropShadowEffect.cs
- ReferentialConstraint.cs
- EncryptedPackageFilter.cs
- ResponseStream.cs
- SmiSettersStream.cs
- SimpleMailWebEventProvider.cs
- Gdiplus.cs
- ListItem.cs
- ToolStripDropDownDesigner.cs
- Deflater.cs
- ClosureBinding.cs
- RequestQueryParser.cs
- HtmlGenericControl.cs
- OutputCacheSettings.cs
- ObjectItemCollection.cs
- UriSection.cs
- ObjectPropertyMapping.cs
- TrackBarDesigner.cs
- DashStyles.cs
- FullTextLine.cs
- SmtpFailedRecipientException.cs
- SqlBooleanMismatchVisitor.cs
- TemplateKeyConverter.cs
- VisualTreeUtils.cs
- SqlGatherProducedAliases.cs
- TreeNodeStyleCollection.cs
- Application.cs
- RegexWorker.cs
- AncillaryOps.cs
- DelimitedListTraceListener.cs
- odbcmetadatafactory.cs
- ServiceMetadataBehavior.cs
- TreeNodeClickEventArgs.cs
- DataControlReference.cs
- BitmapCache.cs
- dbdatarecord.cs
- _KerberosClient.cs
- Lasso.cs
- TableItemProviderWrapper.cs
- IntSecurity.cs
- CombinedHttpChannel.cs
- PowerStatus.cs
- TraceAsyncResult.cs
- SoapReflectionImporter.cs
- SqlDelegatedTransaction.cs
- Semaphore.cs
- NullableConverter.cs
- IdentifierCollection.cs
- TrustLevelCollection.cs
- IncrementalHitTester.cs
- AddDataControlFieldDialog.cs
- SplineKeyFrames.cs