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
- TextCompositionEventArgs.cs
- OleDbMetaDataFactory.cs
- Attribute.cs
- ProtocolsConfiguration.cs
- EtwTrace.cs
- XmlSchemaSequence.cs
- LogAppendAsyncResult.cs
- ScaleTransform.cs
- ResourceAttributes.cs
- BufferedReceiveManager.cs
- WebPartConnectionsDisconnectVerb.cs
- Grid.cs
- securitycriticaldata.cs
- DropShadowEffect.cs
- FigureParaClient.cs
- HuffmanTree.cs
- HMACSHA512.cs
- StructuredProperty.cs
- FragmentQueryProcessor.cs
- SafeSystemMetrics.cs
- SQLSingleStorage.cs
- UpDownBaseDesigner.cs
- InkCanvasFeedbackAdorner.cs
- ExtenderProvidedPropertyAttribute.cs
- StylusPointCollection.cs
- DPCustomTypeDescriptor.cs
- HandlerMappingMemo.cs
- OleServicesContext.cs
- SoapExtensionTypeElementCollection.cs
- XmlSchemaComplexContentExtension.cs
- HttpAsyncResult.cs
- ConstraintStruct.cs
- RemoteCryptoTokenProvider.cs
- ReaderWriterLockWrapper.cs
- DataServiceClientException.cs
- UserControl.cs
- HttpHandlerAction.cs
- AutoCompleteStringCollection.cs
- InputLanguageProfileNotifySink.cs
- SqlWebEventProvider.cs
- QuotedPrintableStream.cs
- BaseDataList.cs
- StateBag.cs
- WebPartMinimizeVerb.cs
- _StreamFramer.cs
- TargetParameterCountException.cs
- ProfessionalColors.cs
- TrackingProfile.cs
- SkinBuilder.cs
- HGlobalSafeHandle.cs
- DefaultHttpHandler.cs
- MobileUITypeEditor.cs
- XmlnsPrefixAttribute.cs
- AuthorizationRule.cs
- storagemappingitemcollection.viewdictionary.cs
- HtmlImage.cs
- BufferedWebEventProvider.cs
- HwndPanningFeedback.cs
- OrderPreservingPipeliningMergeHelper.cs
- DragCompletedEventArgs.cs
- GiveFeedbackEventArgs.cs
- Journal.cs
- MediaPlayerState.cs
- ToolStripEditorManager.cs
- IsolatedStoragePermission.cs
- AssemblyCollection.cs
- RootBrowserWindow.cs
- ParameterRetriever.cs
- DependsOnAttribute.cs
- SupportingTokenDuplexChannel.cs
- Keywords.cs
- TemplateControl.cs
- RetriableClipboard.cs
- FontDialog.cs
- AlternateViewCollection.cs
- CryptoKeySecurity.cs
- Button.cs
- _LazyAsyncResult.cs
- ChameleonKey.cs
- SmtpNegotiateAuthenticationModule.cs
- BitmapMetadataEnumerator.cs
- errorpatternmatcher.cs
- SpnegoTokenAuthenticator.cs
- NetworkCredential.cs
- MeasurementDCInfo.cs
- CodeDOMUtility.cs
- SQLBytes.cs
- DynamicMethod.cs
- DurationConverter.cs
- MsmqBindingElementBase.cs
- OdbcConnectionOpen.cs
- PropertyDescriptorComparer.cs
- WebReferencesBuildProvider.cs
- XslTransform.cs
- XPathDescendantIterator.cs
- IPAddressCollection.cs
- BitmapSourceSafeMILHandle.cs
- WebFaultClientMessageInspector.cs
- CachedPathData.cs
- XmlCountingReader.cs