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
- SecurityException.cs
- SqlDataSourceParameterParser.cs
- SamlConditions.cs
- ExpressionStringBuilder.cs
- MetadataItem.cs
- DataSet.cs
- WizardStepBase.cs
- Button.cs
- NamespaceCollection.cs
- DataSourceHelper.cs
- CompilerParameters.cs
- XmlIlGenerator.cs
- Pool.cs
- UpDownBaseDesigner.cs
- ClientSettingsSection.cs
- StylusOverProperty.cs
- LabelLiteral.cs
- ParallelTimeline.cs
- ArgumentOutOfRangeException.cs
- Stroke.cs
- XmlDownloadManager.cs
- SystemWebCachingSectionGroup.cs
- DispatcherEventArgs.cs
- RelationshipEnd.cs
- OdbcCommandBuilder.cs
- UdpDiscoveryEndpointElement.cs
- CheckBox.cs
- ObjectHelper.cs
- DataTableExtensions.cs
- DataControlLinkButton.cs
- VideoDrawing.cs
- CodeTypeOfExpression.cs
- AuthenticationModuleElement.cs
- XmlEntityReference.cs
- DeviceContext2.cs
- DecoderReplacementFallback.cs
- ErrorFormatter.cs
- WindowsHyperlink.cs
- SQLGuid.cs
- TrackingStringDictionary.cs
- StylusButton.cs
- RequestStatusBarUpdateEventArgs.cs
- FamilyMap.cs
- PerformanceCountersElement.cs
- TableLayoutSettings.cs
- WebControlAdapter.cs
- IpcManager.cs
- MSAAWinEventWrap.cs
- Formatter.cs
- BCryptSafeHandles.cs
- Matrix.cs
- DataList.cs
- SignerInfo.cs
- Configuration.cs
- DocumentReferenceCollection.cs
- Property.cs
- AbstractDataSvcMapFileLoader.cs
- NumericUpDownAccelerationCollection.cs
- StringComparer.cs
- SiteMembershipCondition.cs
- ProxyWebPartManager.cs
- LocalValueEnumerator.cs
- ObjectStorage.cs
- ProxyHwnd.cs
- SocketAddress.cs
- ScriptMethodAttribute.cs
- DBConnectionString.cs
- StructuralCache.cs
- CellCreator.cs
- ResetableIterator.cs
- JavaScriptObjectDeserializer.cs
- EUCJPEncoding.cs
- BoolExpression.cs
- CheckedListBox.cs
- BmpBitmapDecoder.cs
- VirtualizingPanel.cs
- Add.cs
- ConfigPathUtility.cs
- IntSecurity.cs
- MaskedTextBoxTextEditor.cs
- RegexInterpreter.cs
- WindowsStatusBar.cs
- ISO2022Encoding.cs
- WindowsListBox.cs
- CallbackException.cs
- RoutedEvent.cs
- AnnotationHelper.cs
- xmlsaver.cs
- TextAnchor.cs
- EntityDataSourceContainerNameConverter.cs
- StaticResourceExtension.cs
- MustUnderstandBehavior.cs
- QilVisitor.cs
- MailAddress.cs
- FontUnitConverter.cs
- EditorAttribute.cs
- CodeVariableDeclarationStatement.cs
- MemberDescriptor.cs
- ResXBuildProvider.cs
- UIPropertyMetadata.cs