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
- InvalidateEvent.cs
- CheckBoxFlatAdapter.cs
- AccessKeyManager.cs
- ASCIIEncoding.cs
- XmlSiteMapProvider.cs
- ColumnMap.cs
- SqlProfileProvider.cs
- QEncodedStream.cs
- _CommandStream.cs
- WindowsAuthenticationEventArgs.cs
- Codec.cs
- LongValidator.cs
- PolicyException.cs
- ColorKeyFrameCollection.cs
- InheritanceContextHelper.cs
- bindurihelper.cs
- ErrorEventArgs.cs
- EntityCommandCompilationException.cs
- HwndProxyElementProvider.cs
- HtmlShimManager.cs
- EnumerableCollectionView.cs
- path.cs
- Assign.cs
- ManifestResourceInfo.cs
- ModelUIElement3D.cs
- Attributes.cs
- DataGridViewComboBoxColumn.cs
- XmlEventCache.cs
- ClassHandlersStore.cs
- TableLayoutStyle.cs
- ReflectionServiceProvider.cs
- CalculatedColumn.cs
- CommonRemoteMemoryBlock.cs
- BuilderInfo.cs
- GridViewUpdateEventArgs.cs
- MimeBasePart.cs
- HuffmanTree.cs
- Container.cs
- ProcessStartInfo.cs
- UrlMappingsModule.cs
- CodeDomExtensionMethods.cs
- SelectionPatternIdentifiers.cs
- TextTrailingWordEllipsis.cs
- ObjectCache.cs
- TypographyProperties.cs
- UnSafeCharBuffer.cs
- StringTraceRecord.cs
- ExceptionHandlers.cs
- HttpCookie.cs
- ProbeRequestResponseAsyncResult.cs
- GridEntry.cs
- CodeDirectiveCollection.cs
- ImageKeyConverter.cs
- Perspective.cs
- DataServiceKeyAttribute.cs
- CommandLibraryHelper.cs
- RootBrowserWindow.cs
- UseLicense.cs
- ExecutionPropertyManager.cs
- CreateUserWizardAutoFormat.cs
- SqlExpressionNullability.cs
- Root.cs
- EntityDataSourceSelectedEventArgs.cs
- WsdlBuildProvider.cs
- base64Transforms.cs
- QilInvokeEarlyBound.cs
- DateTimeValueSerializerContext.cs
- DetailsViewRowCollection.cs
- HttpClientChannel.cs
- ExecutedRoutedEventArgs.cs
- InvalidProgramException.cs
- RestHandlerFactory.cs
- ErrorTolerantObjectWriter.cs
- SafeMILHandle.cs
- SqlParameter.cs
- securitycriticaldata.cs
- RequiredFieldValidator.cs
- ImpersonationContext.cs
- ArrowControl.xaml.cs
- UriSection.cs
- AddressHeader.cs
- PrintDialog.cs
- ExpressionBinding.cs
- XmlSchemaSimpleContentRestriction.cs
- OleDbReferenceCollection.cs
- InputGestureCollection.cs
- LinkTarget.cs
- Themes.cs
- MDIClient.cs
- FileUtil.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- StringHandle.cs
- HttpApplicationFactory.cs
- XmlSecureResolver.cs
- wgx_render.cs
- DBConnection.cs
- XmlWriterDelegator.cs
- SpellerStatusTable.cs
- XPathBinder.cs
- XPathSelectionIterator.cs