Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / MS / Internal / Automation / AutomationPatternInfo.cs / 1305600 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ListBoxItem.cs
- DataIdProcessor.cs
- VectorCollectionValueSerializer.cs
- RowUpdatingEventArgs.cs
- StatementContext.cs
- MultiBinding.cs
- ClientSettingsProvider.cs
- PropertyMapper.cs
- CatalogPartChrome.cs
- XmlDocumentType.cs
- SID.cs
- CompilerHelpers.cs
- Polyline.cs
- WrapPanel.cs
- adornercollection.cs
- TemplateBindingExtensionConverter.cs
- X509CertificateCollection.cs
- MediaContext.cs
- PropertyToken.cs
- AnnotationService.cs
- HttpHandlerAction.cs
- TypeUsageBuilder.cs
- Int64AnimationBase.cs
- TextContainerChangeEventArgs.cs
- ACE.cs
- EntityProxyFactory.cs
- ComponentRenameEvent.cs
- UserMapPath.cs
- WindowsStreamSecurityUpgradeProvider.cs
- RightsManagementLicense.cs
- OleDbException.cs
- externdll.cs
- Message.cs
- Bidi.cs
- DataGridViewButtonCell.cs
- HashLookup.cs
- KeyValuePair.cs
- TableLayoutColumnStyleCollection.cs
- MergeFilterQuery.cs
- ChameleonKey.cs
- OverlappedAsyncResult.cs
- ContextItemManager.cs
- fixedPageContentExtractor.cs
- DataGridViewRowCancelEventArgs.cs
- ClientSettings.cs
- PathSegmentCollection.cs
- DataColumnPropertyDescriptor.cs
- ProfileProvider.cs
- SvcMapFileSerializer.cs
- ToolStripContainer.cs
- LayoutTable.cs
- XmlValidatingReaderImpl.cs
- OdbcConnectionFactory.cs
- DropShadowBitmapEffect.cs
- EntityContainerEntitySet.cs
- EventSourceCreationData.cs
- ImportOptions.cs
- SlipBehavior.cs
- Margins.cs
- TextRange.cs
- ParameterEditorUserControl.cs
- Imaging.cs
- MergePropertyDescriptor.cs
- FontUnitConverter.cs
- ServiceContractAttribute.cs
- FrameworkContentElement.cs
- WebMessageFormatHelper.cs
- ETagAttribute.cs
- RuntimeVariablesExpression.cs
- FormViewInsertedEventArgs.cs
- DashStyles.cs
- Transform3DGroup.cs
- NavigationPropertyEmitter.cs
- Label.cs
- LineGeometry.cs
- DateTimeConverter2.cs
- RuntimeArgumentHandle.cs
- StylusLogic.cs
- CircleHotSpot.cs
- DoubleCollectionConverter.cs
- Module.cs
- ProfileInfo.cs
- ServiceNotStartedException.cs
- MobileControlPersister.cs
- XomlCompilerParameters.cs
- XmlSubtreeReader.cs
- Oid.cs
- UserControl.cs
- ListCommandEventArgs.cs
- GroupBoxRenderer.cs
- DefaultBindingPropertyAttribute.cs
- TabPanel.cs
- ColumnHeaderConverter.cs
- MdiWindowListStrip.cs
- PasswordBoxAutomationPeer.cs
- HtmlControlAdapter.cs
- AppSettingsExpressionEditor.cs
- NotifyCollectionChangedEventArgs.cs
- CustomAssemblyResolver.cs
- Normalization.cs