Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- DataGridViewColumnHeaderCell.cs
- ListChangedEventArgs.cs
- SrgsToken.cs
- SafeArrayTypeMismatchException.cs
- ControlEvent.cs
- UpdateCompiler.cs
- DBSqlParserColumn.cs
- XsdDataContractExporter.cs
- MarshalDirectiveException.cs
- DrawingAttributeSerializer.cs
- SystemDiagnosticsSection.cs
- EmbeddedMailObjectsCollection.cs
- WebPartChrome.cs
- ClientSettingsStore.cs
- FrameworkContextData.cs
- RootBrowserWindowAutomationPeer.cs
- StringUtil.cs
- Screen.cs
- DesignerActionKeyboardBehavior.cs
- InvalidOperationException.cs
- TextEditorCopyPaste.cs
- InvalidCommandTreeException.cs
- XmlUtilWriter.cs
- DefaultProxySection.cs
- DesignerLabelAdapter.cs
- AttributeExtensions.cs
- DSACryptoServiceProvider.cs
- CharConverter.cs
- VolatileEnlistmentMultiplexing.cs
- SafeThemeHandle.cs
- ReachVisualSerializer.cs
- InstanceOwnerQueryResult.cs
- _FixedSizeReader.cs
- ActivationArguments.cs
- _BasicClient.cs
- LoginUtil.cs
- AudioFormatConverter.cs
- ToolbarAUtomationPeer.cs
- TemplateXamlTreeBuilder.cs
- QilReference.cs
- StylusButtonCollection.cs
- BehaviorEditorPart.cs
- DrawListViewSubItemEventArgs.cs
- SpecialNameAttribute.cs
- HeaderedItemsControl.cs
- PersonalizationProvider.cs
- DataTableTypeConverter.cs
- DataIdProcessor.cs
- CopyAction.cs
- PrivateFontCollection.cs
- XmlSerializationWriter.cs
- Listbox.cs
- RNGCryptoServiceProvider.cs
- ApplicationServiceManager.cs
- DefinitionProperties.cs
- TreeViewItem.cs
- WebPartConnectVerb.cs
- KerberosTicketHashIdentifierClause.cs
- ManagedCodeMarkers.cs
- Keywords.cs
- StringTraceRecord.cs
- EntityDataSourceDataSelection.cs
- httpserverutility.cs
- PointValueSerializer.cs
- SafeEventHandle.cs
- ParagraphVisual.cs
- CodeDOMProvider.cs
- DBCommandBuilder.cs
- HitTestParameters3D.cs
- GeometryHitTestResult.cs
- BasePropertyDescriptor.cs
- SettingsPropertyValueCollection.cs
- Comparer.cs
- XsltSettings.cs
- InspectionWorker.cs
- ViewSimplifier.cs
- BoolExpression.cs
- ParameterInfo.cs
- x509store.cs
- OleDbSchemaGuid.cs
- CheckPair.cs
- TriState.cs
- LocalizedNameDescriptionPair.cs
- SizeAnimationClockResource.cs
- x509utils.cs
- CompressionTransform.cs
- DataReceivedEventArgs.cs
- PixelFormat.cs
- PortCache.cs
- xsdvalidator.cs
- _ListenerRequestStream.cs
- TablePatternIdentifiers.cs
- ServiceDiscoveryBehavior.cs
- UTF7Encoding.cs
- Int32Converter.cs
- StylusSystemGestureEventArgs.cs
- XNodeValidator.cs
- ServicePointManagerElement.cs
- Attributes.cs
- XamlDesignerSerializationManager.cs