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
- LoadedOrUnloadedOperation.cs
- WebPartMovingEventArgs.cs
- NativeMethods.cs
- MenuCommand.cs
- AdapterDictionary.cs
- XmlSchemaObjectTable.cs
- FileLevelControlBuilderAttribute.cs
- SqlBooleanMismatchVisitor.cs
- LogicalCallContext.cs
- MetabaseServerConfig.cs
- ContentElement.cs
- PlanCompiler.cs
- NameValueFileSectionHandler.cs
- TdsValueSetter.cs
- DispatcherHooks.cs
- PackageRelationshipSelector.cs
- FigureParaClient.cs
- TrackingDataItemValue.cs
- AuthenticationServiceManager.cs
- SoapEnumAttribute.cs
- Model3DCollection.cs
- SqlException.cs
- TemplateControl.cs
- Crc32.cs
- ExpressionVisitorHelpers.cs
- PropertyTabChangedEvent.cs
- CheckedPointers.cs
- HwndSourceParameters.cs
- ButtonAutomationPeer.cs
- IxmlLineInfo.cs
- ScriptReference.cs
- RelatedPropertyManager.cs
- TdsEnums.cs
- DataGridViewUtilities.cs
- VerificationException.cs
- CacheHelper.cs
- ConfigXmlAttribute.cs
- Journal.cs
- EnvelopedSignatureTransform.cs
- UpDownEvent.cs
- PngBitmapEncoder.cs
- ListControlConvertEventArgs.cs
- PowerModeChangedEventArgs.cs
- PiiTraceSource.cs
- QilLiteral.cs
- StringTraceRecord.cs
- ConfigurationLockCollection.cs
- Freezable.cs
- XmlCountingReader.cs
- ChtmlImageAdapter.cs
- DictionaryEntry.cs
- CachedFontFamily.cs
- odbcmetadatacollectionnames.cs
- ProtocolReflector.cs
- RoutingExtensionElement.cs
- EmptyEnumerator.cs
- MemoryMappedViewAccessor.cs
- Style.cs
- ZoneIdentityPermission.cs
- IProvider.cs
- ObjectPersistData.cs
- ConstrainedDataObject.cs
- ExtentCqlBlock.cs
- Keywords.cs
- DataGridBoolColumn.cs
- SoapRpcMethodAttribute.cs
- SecurityPolicySection.cs
- TemplateColumn.cs
- ExpandCollapseProviderWrapper.cs
- ElapsedEventArgs.cs
- panel.cs
- PartitionResolver.cs
- MessageProperties.cs
- LabelLiteral.cs
- GridViewSelectEventArgs.cs
- ClientBuildManagerCallback.cs
- WebServiceData.cs
- LinqDataSourceValidationException.cs
- Exceptions.cs
- DataListAutoFormat.cs
- CommandPlan.cs
- UriTemplateMatch.cs
- MatrixCamera.cs
- IQueryable.cs
- HelpOperationInvoker.cs
- InvalidOleVariantTypeException.cs
- RequestQueryProcessor.cs
- HTMLTextWriter.cs
- TableItemPattern.cs
- XmlSchemaAttributeGroup.cs
- HMACSHA384.cs
- DataGrid.cs
- XmlAttributeProperties.cs
- RectangleF.cs
- DomainUpDown.cs
- XmlSignatureManifest.cs
- ContentPosition.cs
- PasswordRecovery.cs
- EntitySqlQueryCacheEntry.cs
- NoneExcludedImageIndexConverter.cs