Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Core / CSharp / MS / Internal / Automation / AutomationPropertyInfo.cs / 1 / 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
- WebServiceErrorEvent.cs
- FtpCachePolicyElement.cs
- ConnectionPointGlyph.cs
- SecureStringHasher.cs
- DispatchWrapper.cs
- BamlResourceSerializer.cs
- XmlSchemaAnnotated.cs
- GcSettings.cs
- Renderer.cs
- TemplateControlBuildProvider.cs
- ExecutionProperties.cs
- XmlDocumentType.cs
- NumericUpDown.cs
- Win32KeyboardDevice.cs
- HandleCollector.cs
- CodeTypeReferenceSerializer.cs
- ConstNode.cs
- ClassHandlersStore.cs
- DataGridTablesFactory.cs
- SqlReorderer.cs
- SafeLocalMemHandle.cs
- ColorConverter.cs
- PageSettings.cs
- Token.cs
- ColumnMapCopier.cs
- MimePart.cs
- DrawingContextDrawingContextWalker.cs
- TypeInfo.cs
- SettingsPropertyNotFoundException.cs
- PointHitTestResult.cs
- SimpleLine.cs
- ResXDataNode.cs
- EventLogException.cs
- CodeLabeledStatement.cs
- XmlWellformedWriter.cs
- WmlTextViewAdapter.cs
- TextProperties.cs
- LightweightCodeGenerator.cs
- SoapBinding.cs
- X509CertificateTrustedIssuerElement.cs
- EventMetadata.cs
- SchemaImporterExtensionElement.cs
- WSHttpBindingElement.cs
- InfoCardClaimCollection.cs
- ServiceOperation.cs
- CryptoHelper.cs
- CommandDevice.cs
- HostExecutionContextManager.cs
- UpdateDelegates.Generated.cs
- CrossAppDomainChannel.cs
- LineGeometry.cs
- DrawingDrawingContext.cs
- TextPattern.cs
- TrackPoint.cs
- SocketPermission.cs
- PackageRelationshipCollection.cs
- sqlser.cs
- MessageQueueTransaction.cs
- RewritingProcessor.cs
- TableRowGroup.cs
- XmlNamedNodeMap.cs
- ImageInfo.cs
- FormsAuthenticationConfiguration.cs
- HttpCacheVary.cs
- externdll.cs
- SqlDelegatedTransaction.cs
- Constraint.cs
- XsdDateTime.cs
- PingReply.cs
- XmlAttributes.cs
- XmlAttributes.cs
- elementinformation.cs
- GeometryDrawing.cs
- TreeSet.cs
- DaylightTime.cs
- RemoteWebConfigurationHostStream.cs
- AccessDataSource.cs
- BinaryObjectReader.cs
- AuthStoreRoleProvider.cs
- DataGridViewSortCompareEventArgs.cs
- TreeViewAutomationPeer.cs
- PixelShader.cs
- WSHttpBindingCollectionElement.cs
- PropertyChangedEventArgs.cs
- BamlLocalizationDictionary.cs
- BaseUriWithWildcard.cs
- SiteMapNodeItem.cs
- InitiatorSessionSymmetricMessageSecurityProtocol.cs
- PartBasedPackageProperties.cs
- ProfileInfo.cs
- PolicyException.cs
- DataGridSortCommandEventArgs.cs
- ControlDesigner.cs
- IDQuery.cs
- DBParameter.cs
- FileStream.cs
- MenuItemBindingCollection.cs
- CertificateManager.cs
- TextAutomationPeer.cs
- cryptoapiTransform.cs