Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- TriggerAction.cs
- CheckableControlBaseAdapter.cs
- MethodRental.cs
- EntityContainer.cs
- UnsafeNetInfoNativeMethods.cs
- WebPartDisplayModeEventArgs.cs
- CfgParser.cs
- InstanceDescriptor.cs
- CachedResourceDictionaryExtension.cs
- Package.cs
- RegularExpressionValidator.cs
- RayHitTestParameters.cs
- IconBitmapDecoder.cs
- PageSettings.cs
- SettingsProviderCollection.cs
- ResourceAssociationSetEnd.cs
- listitem.cs
- PathFigureCollection.cs
- TransformValueSerializer.cs
- TextRangeBase.cs
- ControlValuePropertyAttribute.cs
- KeyboardNavigation.cs
- CheckBoxField.cs
- SqlCommandSet.cs
- SharedMemory.cs
- MessageContractExporter.cs
- EnlistmentState.cs
- FamilyCollection.cs
- BindingsCollection.cs
- DataServiceResponse.cs
- ETagAttribute.cs
- PropertyManager.cs
- HwndSourceKeyboardInputSite.cs
- XmlC14NWriter.cs
- ping.cs
- IdentifierService.cs
- ByteViewer.cs
- Type.cs
- StorageInfo.cs
- QilStrConcat.cs
- WpfXamlType.cs
- ADMembershipProvider.cs
- XamlStream.cs
- ReferentialConstraint.cs
- InternalDuplexChannelListener.cs
- XmlNodeChangedEventManager.cs
- XamlGridLengthSerializer.cs
- DataGridViewRowConverter.cs
- linebase.cs
- DocumentViewer.cs
- StateWorkerRequest.cs
- DataGridViewRowContextMenuStripNeededEventArgs.cs
- MarkupWriter.cs
- Point3DAnimationBase.cs
- IncomingWebResponseContext.cs
- SchemaElement.cs
- UnsafePeerToPeerMethods.cs
- WebBrowserContainer.cs
- DbException.cs
- Property.cs
- XmlReflectionImporter.cs
- RepeatInfo.cs
- DesignerActionPanel.cs
- DateTimeParse.cs
- ListSortDescriptionCollection.cs
- UserControl.cs
- FilterQuery.cs
- ItemChangedEventArgs.cs
- VectorCollection.cs
- CommandValueSerializer.cs
- TrailingSpaceComparer.cs
- SerializationFieldInfo.cs
- UpdateManifestForBrowserApplication.cs
- LoginView.cs
- XPathDocumentBuilder.cs
- WebFaultClientMessageInspector.cs
- ResizeGrip.cs
- DataSourceSelectArguments.cs
- CodePageEncoding.cs
- SafeRightsManagementEnvironmentHandle.cs
- EdmProviderManifest.cs
- InfiniteTimeSpanConverter.cs
- ParallelTimeline.cs
- MonitoringDescriptionAttribute.cs
- ImageSource.cs
- SafeBitVector32.cs
- NotSupportedException.cs
- HMACSHA256.cs
- WebPartVerbCollection.cs
- ExpressionBuilder.cs
- SafeReversePInvokeHandle.cs
- PartManifestEntry.cs
- AdapterDictionary.cs
- ItemsChangedEventArgs.cs
- DependencyPropertyKind.cs
- TracePayload.cs
- figurelength.cs
- SourceFileBuildProvider.cs
- MissingMemberException.cs
- StandardCommands.cs