Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / MS / Internal / Automation / AutomationPropertyInfo.cs / 1305600 / AutomationPropertyInfo.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.Windows; using System.Windows.Automation; namespace MS.Internal.Automation { // class containing information about an automation property internal class AutomationPropertyInfo { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors internal AutomationPropertyInfo( AutomationProperty id, DependencyProperty dependencyProperty, DependencyProperty overrideDP ) { _id = id; _dependencyProperty = dependencyProperty; _overrideDP = overrideDP; } #endregion Constructors //------------------------------------------------------ // // Internal Properties // //----------------------------------------------------- #region Internal Properties internal AutomationProperty ID { get { return _id; } } internal DependencyProperty DependencyProperty { get { return _dependencyProperty; } } internal DependencyProperty OverrideDP { get { return _overrideDP; } } #endregion Internal Properties //------------------------------------------------------ // // Private Fields // //------------------------------------------------------ #region Private Fields private AutomationProperty _id; private DependencyProperty _dependencyProperty; private DependencyProperty _overrideDP; #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.Windows; using System.Windows.Automation; namespace MS.Internal.Automation { // class containing information about an automation property internal class AutomationPropertyInfo { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors internal AutomationPropertyInfo( AutomationProperty id, DependencyProperty dependencyProperty, DependencyProperty overrideDP ) { _id = id; _dependencyProperty = dependencyProperty; _overrideDP = overrideDP; } #endregion Constructors //------------------------------------------------------ // // Internal Properties // //----------------------------------------------------- #region Internal Properties internal AutomationProperty ID { get { return _id; } } internal DependencyProperty DependencyProperty { get { return _dependencyProperty; } } internal DependencyProperty OverrideDP { get { return _overrideDP; } } #endregion Internal Properties //------------------------------------------------------ // // Private Fields // //------------------------------------------------------ #region Private Fields private AutomationProperty _id; private DependencyProperty _dependencyProperty; private DependencyProperty _overrideDP; #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
- EncryptedXml.cs
- ExitEventArgs.cs
- XPathNodeList.cs
- MessageEnumerator.cs
- NonBatchDirectoryCompiler.cs
- AudienceUriMode.cs
- JournalEntryListConverter.cs
- CodeTypeReferenceExpression.cs
- AsnEncodedData.cs
- TypeNameHelper.cs
- PersonalizationProvider.cs
- XmlExtensionFunction.cs
- ContainerCodeDomSerializer.cs
- StylusPointPropertyId.cs
- MessageSecurityException.cs
- COM2PictureConverter.cs
- ToolStripComboBox.cs
- SEHException.cs
- bidPrivateBase.cs
- ResolveCompletedEventArgs.cs
- RC2.cs
- ObjectQuery.cs
- BasicKeyConstraint.cs
- COM2EnumConverter.cs
- TreeNodeBinding.cs
- EventLogPermissionEntry.cs
- PropertyGeneratedEventArgs.cs
- DataGridViewRowDividerDoubleClickEventArgs.cs
- UnaryQueryOperator.cs
- ChannelOptions.cs
- ApplicationCommands.cs
- ScriptDescriptor.cs
- DSACryptoServiceProvider.cs
- CompensationDesigner.cs
- OleDbPropertySetGuid.cs
- RuntimeConfigLKG.cs
- IISMapPath.cs
- PermissionListSet.cs
- URL.cs
- ADMembershipUser.cs
- MediaElementAutomationPeer.cs
- CompatibleComparer.cs
- PkcsMisc.cs
- GPPOINTF.cs
- UrlParameterWriter.cs
- RSAOAEPKeyExchangeDeformatter.cs
- SystemDiagnosticsSection.cs
- _SpnDictionary.cs
- UrlAuthorizationModule.cs
- BinHexDecoder.cs
- CrossAppDomainChannel.cs
- XPathNavigatorKeyComparer.cs
- OrderedParallelQuery.cs
- WebPartMinimizeVerb.cs
- Matrix3D.cs
- TableLayoutColumnStyleCollection.cs
- HttpModule.cs
- XmlQualifiedName.cs
- ScrollViewer.cs
- StylusEditingBehavior.cs
- OdbcInfoMessageEvent.cs
- DesigntimeLicenseContextSerializer.cs
- NavigatorOutput.cs
- SqlVersion.cs
- EntityTypeBase.cs
- DataControlHelper.cs
- FileRecordSequenceHelper.cs
- StoreAnnotationsMap.cs
- DirectoryObjectSecurity.cs
- BaseTypeViewSchema.cs
- TableParagraph.cs
- IdleTimeoutMonitor.cs
- _Semaphore.cs
- SafeSecurityHandles.cs
- EditBehavior.cs
- ArrayWithOffset.cs
- TransferMode.cs
- IIS7UserPrincipal.cs
- SamlAudienceRestrictionCondition.cs
- FieldAccessException.cs
- AncestorChangedEventArgs.cs
- MatrixConverter.cs
- NativeMethods.cs
- ObjectKeyFrameCollection.cs
- DataTableClearEvent.cs
- CriticalFinalizerObject.cs
- ConnectionStringSettingsCollection.cs
- BooleanKeyFrameCollection.cs
- PersonalizableAttribute.cs
- NameTable.cs
- FileCodeGroup.cs
- TextEndOfSegment.cs
- HttpConfigurationSystem.cs
- WorkflowControlEndpoint.cs
- Pkcs9Attribute.cs
- LinkArea.cs
- ToolStripSplitStackLayout.cs
- Command.cs
- SectionRecord.cs
- SchemaObjectWriter.cs