Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- IpcPort.cs
- MaterialGroup.cs
- SQLInt32Storage.cs
- Enum.cs
- MergePropertyDescriptor.cs
- InputBindingCollection.cs
- TCPClient.cs
- ResourceSet.cs
- FullTextLine.cs
- MessageSecurityOverTcp.cs
- Parameter.cs
- GenericIdentity.cs
- SigningDialog.cs
- DataGridHeadersVisibilityToVisibilityConverter.cs
- XamlPointCollectionSerializer.cs
- SystemIcons.cs
- ContextStaticAttribute.cs
- OdbcEnvironmentHandle.cs
- RijndaelManagedTransform.cs
- SapiRecoInterop.cs
- DocumentApplication.cs
- DllNotFoundException.cs
- FrameworkElement.cs
- CornerRadius.cs
- XmlSchemaExternal.cs
- HttpCapabilitiesBase.cs
- ResourceExpressionBuilder.cs
- DbMetaDataColumnNames.cs
- oledbmetadatacollectionnames.cs
- FlowchartDesigner.Helpers.cs
- BuildProviderCollection.cs
- JoinCqlBlock.cs
- ParseChildrenAsPropertiesAttribute.cs
- BitmapDecoder.cs
- Header.cs
- SchemaLookupTable.cs
- QEncodedStream.cs
- HwndHost.cs
- Errors.cs
- TraversalRequest.cs
- XmlNotation.cs
- TdsParserSafeHandles.cs
- DataGridViewComboBoxEditingControl.cs
- COM2AboutBoxPropertyDescriptor.cs
- FontInfo.cs
- TraceHwndHost.cs
- ApplicationHost.cs
- DocumentEventArgs.cs
- GeneratedContractType.cs
- OutOfProcStateClientManager.cs
- RadioButtonBaseAdapter.cs
- APCustomTypeDescriptor.cs
- Decoder.cs
- SmiContext.cs
- QueryPageSettingsEventArgs.cs
- SchemaDeclBase.cs
- WsdlBuildProvider.cs
- LinkDescriptor.cs
- SetterBase.cs
- MatchingStyle.cs
- ExpressionNode.cs
- WindowCollection.cs
- ConcatQueryOperator.cs
- PropertySet.cs
- MobileCapabilities.cs
- UserControl.cs
- CustomExpressionEventArgs.cs
- HandleCollector.cs
- ToolBarButtonClickEvent.cs
- HttpRawResponse.cs
- UserControl.cs
- XmlSerializationWriter.cs
- SHA1.cs
- ActivityStatusChangeEventArgs.cs
- SelectorItemAutomationPeer.cs
- DecimalConverter.cs
- AnnotationElement.cs
- DefaultEventAttribute.cs
- PauseStoryboard.cs
- TypeCollectionDesigner.xaml.cs
- path.cs
- ProcessHost.cs
- ListViewCancelEventArgs.cs
- NativeMethods.cs
- Version.cs
- MethodBuilder.cs
- FunctionUpdateCommand.cs
- PointLightBase.cs
- GenerateHelper.cs
- TriggerBase.cs
- PropertyChangeTracker.cs
- EndpointInfoCollection.cs
- ObjRef.cs
- SqlPersonalizationProvider.cs
- ResourceDictionaryCollection.cs
- DisplayNameAttribute.cs
- SystemWebSectionGroup.cs
- DesignerDataTable.cs
- ButtonColumn.cs
- HttpCachePolicy.cs